Add debug message about # cmd
authorunc0rr
Mon, 11 Oct 2010 21:41:24 +0400
changeset 3962 e9ee2bd51e08
parent 3961 cf0ca1ff6c1a
child 3963 6090d2a2472e
Add debug message about # cmd
hedgewars/uIO.pas
--- a/hedgewars/uIO.pas	Mon Oct 11 12:37:42 2010 -0400
+++ b/hedgewars/uIO.pas	Mon Oct 11 21:41:24 2010 +0400
@@ -237,6 +237,7 @@
 procedure SendIPCTimeInc;
 const timeinc: shortstring = '#';
 begin
+AddFileLog('Send #');
 SendIPCRaw(@timeinc, 2)
 end;