changeset 3971 | 5c82ee165ed5 |
parent 3969 | 5f4ef3db0a65 |
child 4357 | a1fcfc341a52 |
--- 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;