X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.c;h=8c9b48a6e371e27bad84baaa482556a4fda45550;hb=adbf9f09c9bf2a680c61b1ef3541c04f1cde97cf;hp=c2ede7aa92566337c8d5644d1913da5b247ff512;hpb=58ad3169dc1a4999ef3250753f980f168bd2f29e;p=paraslash.git diff --git a/server.c b/server.c index c2ede7aa..8c9b48a6 100644 --- a/server.c +++ b/server.c @@ -123,7 +123,7 @@ static int signal_pipe; * \param ll the log level * \param fmt the format string describing the log message */ -void para_log(int ll, char* fmt,...) +void para_log(int ll, const char* fmt,...) { va_list argp; FILE *outfd;