Mercurial > mercurial > hgweb_mover2.cgi
diff src/main.cpp @ 21:c540dc3eabe5 v2.2dev
add listctrl-dir
author | pyon@macmini |
---|---|
date | Wed, 26 Oct 2011 20:40:53 +0900 |
parents | d10eafafe31f |
children | 405e08552527 |
line wrap: on
line diff
--- a/src/main.cpp Tue Oct 25 20:02:55 2011 +0900 +++ b/src/main.cpp Wed Oct 26 20:40:53 2011 +0900 @@ -1,5 +1,5 @@ // Filename : main.cpp -// Last Change: 25-Oct-2011. +// Last Change: 26-Oct-2011. // #include "common.h" @@ -93,7 +93,7 @@ wxTextFile logfile; logfile.Open(wxT("log")); logfile.Clear(); - logfile.AddLine( now.Format(wxT("%F %T ")) + wxT("[Application start...]") ); + logfile.AddLine( now.Format(wxT("%Y-%m-%d %H:%M:%S ")) + wxT("[Application start...]") ); logfile.Write(); logfile.Close(); }