]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui.c
server.c: Only try to print errors when not in daemon mode.
[paraslash.git] / gui.c
diff --git a/gui.c b/gui.c
index 588507154bfb0e620b256c08c2ce6914b1b7c0e6..616890299047629dcaad4541a239efae19f2b76c 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -489,7 +489,7 @@ static int add_output_line(char *line, __a_unused void *data)
        return 1;
 }
 
-void para_log(int ll, const char *fmt,...)
+__printf_2_3 void para_log(int ll, const char *fmt,...)
 {
        int color;
        char *msg;