Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20155
Modified Files:
Tag: b0_22_2
popfile.pl
Log Message:
Add POPFile starting message to log
Index: popfile.pl
===================================================================
RCS file: /cvsroot/popfile/engine/popfile.pl,v
retrieving revision 1.225.4.1
retrieving revision 1.225.4.2
diff -C2 -d -r1.225.4.1 -r1.225.4.2
*** popfile.pl 7 Feb 2006 11:09:54 -0000 1.225.4.1
--- popfile.pl 23 Jan 2008 08:38:29 -0000 1.225.4.2
***************
*** 86,89 ****
--- 86,93 ----
$POPFile->CORE_loader_init();
+ # Grab the current version number and add to the log
+
+ $log = 'POPFile v' . $POPFile->{version_string__} . " starting\n$log";
+
# Redefine POPFile's signals
|