X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=recv_common.c;h=03f569fe3aff4386f9792881a023d7be520fad0e;hb=5ba8f6dff01904907d1dcfaa1555c8ceb5a72c90;hp=ea1bbc937a8c7a26bf8e319cd9194b50de693093;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde;p=paraslash.git diff --git a/recv_common.c b/recv_common.c index ea1bbc93..03f569fe 100644 --- a/recv_common.c +++ b/recv_common.c @@ -10,6 +10,7 @@ #include "list.h" #include "sched.h" +#include "ggo.h" #include "recv.h" #include "string.h" @@ -80,6 +81,6 @@ void *check_receiver_arg(char *ra, int *receiver_num) *receiver_num = j; return parse_receiver_args(j, c? ra + len + 1: NULL); } - PARA_ERROR_LOG("%s", "receiver not found\n"); + PARA_ERROR_LOG("receiver not found\n"); return NULL; }