Author: mad
Date: Mon Feb  2 10:38:22 2015
New Revision: 1634

URL: http://svn.gna.org/viewcvs/gdtc?rev=1634&view=rev
Log:
Add Year in the log

Modified:
    trunk/gdtc/scripts/utils.pl

Modified: trunk/gdtc/scripts/utils.pl
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/scripts/utils.pl?rev=1634&r1=1633&r2=1634&view=diff
==============================================================================
--- trunk/gdtc/scripts/utils.pl (original)
+++ trunk/gdtc/scripts/utils.pl Mon Feb  2 10:38:22 2015
@@ -416,7 +416,7 @@
     print STDERR "$message\n";
 
     open ( LOGFILE, ">>$::logfile" ) or die $!;
-    $message = strftime ( "%b %d %T: ", localtime() ) . "$0 : $message\n";
+    $message = strftime ( "%G %b %d %T: ", localtime() ) . "$0 : $message\n";
     ( print LOGFILE $message ) or die $!;
     close LOGFILE or die $!;
 }


_______________________________________________
Gdtc-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gdtc-commits

Reply via email to