X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.c;h=0924ace4b07eac452a193df49c4b48bf6c8562aa;hb=07dd05be81f44b0af666a8bccf0a19ffff371db1;hp=459f44621bb5c1f8350f2c5192edaa15362b5335;hpb=dd0b1f12758ac877de6834b34f8c7f9291d4311d;p=paraslash.git diff --git a/server.c b/server.c index 459f4462..0924ace4 100644 --- a/server.c +++ b/server.c @@ -136,7 +136,7 @@ struct server_command_task { * \param ll The log level. * \param fmt The format string describing the log message. */ -void para_log(int ll, const char* fmt,...) +__printf_2_3 void para_log(int ll, const char* fmt,...) { va_list argp; FILE *outfd;