sas Sat Oct 16 18:09:41 2004 EDT
Modified files:
/CVSROOT loginfo.pl
Log:
debugging
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.74&r2=1.75&ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.74 CVSROOT/loginfo.pl:1.75
--- CVSROOT/loginfo.pl:1.74 Sat Oct 16 18:06:03 2004
+++ CVSROOT/loginfo.pl Sat Oct 16 18:09:41 2004
@@ -16,7 +16,7 @@
$SIG{PIPE} = 'IGNORE';
-print "LOGINFO ".join(" ", @ARGV)."\n";
+print "$$ LOGINFO ".join(" ", @ARGV)."\n";
my $last_file = "/var/cvs/lastdir";
my $summary = "/var/cvs/summary";
@@ -252,7 +252,7 @@
# send our email
-print "Mailing the commit email to ";
+print "$$ Mailing the commit email to ";
for (@mailto) {
print "$_ ";
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php