]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - recv_common.c
Improve help/man page of para_recv.
[paraslash.git] / recv_common.c
index ea1bbc937a8c7a26bf8e319cd9194b50de693093..03f569fe3aff4386f9792881a023d7be520fad0e 100644 (file)
@@ -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;
 }