X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write_common.c;h=29a5e532698fb9a6e5c2ce9404cd37c1bd98d985;hb=bdf3b7573b4a2ef6a84bdf34442063b32977f54e;hp=882cbe02f45ebc2c8738b06414dd1bff59193922;hpb=c73d23911d78ed10179c12ef8f79a3fcf3bbcdaf;p=paraslash.git diff --git a/write_common.c b/write_common.c index 882cbe02..29a5e532 100644 --- a/write_common.c +++ b/write_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; }