X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=29a5e532698fb9a6e5c2ce9404cd37c1bd98d985;hp=1ff03761e22ec3bd8c9b3cdfaff05ac90a4a01c9;hb=806fcbb5a8c00d6b8c1a228b9b4d6b6758f613ca;hpb=dc803a1ed42f7df6a6b2d40af4f45c7404c19dc8 diff --git a/write_common.c b/write_common.c index 1ff03761..29a5e532 100644 --- a/write_common.c +++ b/write_common.c @@ -209,7 +209,7 @@ void *check_writer_arg(const char *wa, int *writer_num) *writer_num = i; return writers[i].parse_config(c? wa + len + 1 : ""); } - PARA_ERROR_LOG("%s", "writer not found\n"); + PARA_ERROR_LOG("writer not found\n"); return NULL; }