From 416c2f5a713b93ba689a8cd1e038682a53e6bc17 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Dec 2011 22:42:04 +0000 Subject: -LRN: use FPRINTF -- #2051 --- src/fs/test_fs_uri.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fs/test_fs_uri.c') diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c index 72744351b..b7a58ec0f 100644 --- a/src/fs/test_fs_uri.c +++ b/src/fs/test_fs_uri.c @@ -94,7 +94,7 @@ testLocation () cfg = GNUNET_CONFIGURATION_create (); if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg, "test_fs_uri_data.conf")) { - fprintf (stderr, "Failed to parse configuration file\n"); + FPRINTF (stderr, "%s", "Failed to parse configuration file\n"); GNUNET_FS_uri_destroy (baseURI); GNUNET_CONFIGURATION_destroy (cfg); return 1; @@ -316,11 +316,11 @@ main (int argc, char *argv[]) failureCount += testLocation (); for (i = 0; i < 255; i++) { - /* fprintf (stderr, "."); */ + /* FPRINTF (stderr, "%s", "."); */ failureCount += testNamespace (i); failureCount += testFile (i); } - /* fprintf (stderr, "\n"); */ + /* FPRINTF (stderr, "%s", "\n"); */ GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-uri"); if (failureCount != 0) return 1; -- cgit v1.2.3