yoz pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=2023bae19975914dc8c5b79567e0248b507d5991

commit 2023bae19975914dc8c5b79567e0248b507d5991
Author: Michael Bouchaud <y...@efl.so>
Date:   Thu Oct 2 23:06:51 2014 +0000

    reformat client message, still not perfect. But work in progress
---
 src/bin/entrance_client.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/entrance_client.h b/src/bin/entrance_client.h
index dcc53de..2bb7636 100644
--- a/src/bin/entrance_client.h
+++ b/src/bin/entrance_client.h
@@ -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)
 

-- 


Reply via email to