diff -r 0f6e3219c108 -r 5c82ee165ed5 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Mon Oct 11 16:56:00 2010 -0400 +++ b/hedgewars/uIO.pas Tue Oct 12 05:06:30 2010 +0200 @@ -237,7 +237,7 @@ procedure SendIPCTimeInc; const timeinc: shortstring = '#'; begin -AddFileLog('Send #'); +{$IFDEF DEBUGFILE}AddFileLog('IPC Send #');{$ENDIF} SendIPCRaw(@timeinc, 2) end;