Fixed inconsistent socket io.
[tlb/tomd.git] / include / macros.h
index 75a38b8..ef193e8 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef _MACROS_H
 #define _MACROS_H
 
-#define tomc_p(...) {printf("[tomc] "); printf(__VA_ARGS__); printf("\n");}
-#define tomd_p(...) {printf("[tomd] "); printf(__VA_ARGS__); printf("\n");}
+#define tomc_p(...) {printf("[tomc]      "); printf(__VA_ARGS__); printf("\n");}
+#define tomd_p(...) {printf("[tomd]      "); printf(__VA_ARGS__); printf("\n");}
 #define SCM_ARR(arr, index) (scm_list_ref(arr, scm_from_int(index)))
 #define SCM_LIST_LEN(list) (scm_to_int(scm_length(list)))
 #define WRAP_SCM_FUNCTION_1(module, scm_name, name)    \