miradzhani / mw-wingui

Automatically exported from code.google.com/p/mw-wingui
0 stars 0 forks source link

Bug in the log filename #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You use "mm" for the month AND for the minute. but "mm" is minute, not month so 
it display somthing like:

mwguilog-12mm10-05mm.log

code:

wLogStream = new StreamWriter(gui_settings.sLogFolder + "\\mwguilog" + 
String.Format("-{0:yymmdd-hhmm}.log", DateTime.Now));

I think it should be MM for month or something like that.

Original issue reported on code.google.com by acemtp on 13 Aug 2012 at 11:15

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by eosba...@gmail.com on 27 Mar 2013 at 9:16