-removing useless ifdefs
[oweals/gnunet.git] / src / arm / test_gnunet_service_manager.c
index 2be86e79f08f1527dbf05e2b55cbc04a0dcdc38f..fe33571616725265f18aa6b5d9c51cc7b7851144 100644 (file)
@@ -39,7 +39,7 @@
 
 #define START_ARM GNUNET_YES
 
-#define VERBOSE GNUNET_EXTRA_LOGGING
+#define VERBOSE GNUNET_NO
 
 static int ret = 1;
 
@@ -161,13 +161,13 @@ main (int argc, char *argv[])
     {
       GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR | GNUNET_ERROR_TYPE_BULK,
                           "gethostname");
-      fprintf (stderr,
-              "Failed to determine my own hostname, testcase not run.\n");
+      FPRINTF (stderr,
+              "%s", "Failed to determine my own hostname, testcase not run.\n");
       return 0;
     }
   if (NULL == gethostbyname (hostname))
     {
-      fprintf (stderr,
+      FPRINTF (stderr,
               "Failed to resolve my hostname `%s', testcase not run.\n",
               hostname);
       return 0;