reformat client message, still not perfect. But work in progress

This commit is contained in:
Michael Bouchaud 2014-10-02 23:06:51 +00:00
parent 9f5b5e40b3
commit 2023bae199
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#define PT(f, x...) \
do \
{ \
printf(__FILE__"%d : "f"", __LINE__, ##x); \
printf(__FILE__":%d "f"\n", __LINE__, ##x); \
fflush(stdout); \
} while (0)