X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffs%2Ftest_fs_getopt.c;h=571346f2c672da6f5fce605080c47a0a46ccc0fd;hb=e59b32948cba58249c9b19e7426602dbe4f20d00;hp=e52984877832ec7b5a10218122434e556f35a503;hpb=38b29592cf2e8b816cab68579e07e2477153f739;p=oweals%2Fgnunet.git diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c index e52984877..571346f2c 100644 --- a/src/fs/test_fs_getopt.c +++ b/src/fs/test_fs_getopt.c @@ -28,13 +28,13 @@ int main (int argc, char *argv[]) { - GNUNET_log_setup ("test_fs_directory", + GNUNET_log_setup ("test_fs_directory", #if VERBOSE - "DEBUG", + "DEBUG", #else - "WARNING", + "WARNING", #endif - NULL); - fprintf (stderr, "WARNING: testcase not yet written.\n"); + NULL); + FPRINTF (stderr, "%s", "WARNING: testcase not yet written.\n"); return 0; /* testcase passed */ }