Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3166
Modified Files:
Tag: b0_22_2
popfile.pl
Log Message:
Improve start up and shutdown logger messages
Index: popfile.pl
===================================================================
RCS file: /cvsroot/popfile/engine/popfile.pl,v
retrieving revision 1.225.4.3
retrieving revision 1.225.4.4
diff -C2 -d -r1.225.4.3 -r1.225.4.4
*** popfile.pl 23 Jan 2008 19:18:42 -0000 1.225.4.3
--- popfile.pl 25 Jan 2008 10:39:19 -0000 1.225.4.4
***************
*** 102,107 ****
$POPFile->CORE_start();
- $POPFile->get_module( 'POPFile::Logger' )->debug( 0, 'POPFile ' . $POPFile->CORE_version() . ' starting' );
-
# If there were any log messages from the packing list check then
# log them now
--- 102,105 ----
|