Commit Diff


commit - a15b57cdbde55dae32b73459f223ce80be41fa38
commit + 5fab8a45de8c63893f21c921fea101ddcc8750c9
blob - 63b7043edc294ed7871a48d88c579243b94008cf
blob + 8bf26eabf2fe6945da88fe0dafc38214441646df
--- lib/gitconfig.c
+++ lib/gitconfig.c
@@ -57,8 +57,8 @@
 #define LOG_DBG(x)
 #endif
 
-#define log_print printf
-#define log_error printf
+#define log_print(...) fprintf(stderr, __VA_ARGS__)
+#define log_error(...) fprintf(stderr, __VA_ARGS__)
 
 #ifdef GITCONFIG_DEBUG
 static void