dbg
authorChristian Grothoff <christian@grothoff.org>
Fri, 21 May 2010 09:15:47 +0000 (09:15 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 21 May 2010 09:15:47 +0000 (09:15 +0000)
src/transport/gnunet-service-transport.c

index b60ddcfccf510d147327b6f29f90c5735adab09b..7397ac191c963f69870114f68d9ccdbe6e29c72c 100644 (file)
@@ -994,10 +994,12 @@ read_blacklist_file (const struct GNUNET_CONFIGURATION_Handle *cfg)
                                                "BLACKLIST_FILE",
                                                &fn))
     {
+#if DEBUG_TRANSPORT
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   _("Option `%s' in section `%s' not specified!\n"),
                   "BLACKLIST_FILE",
                   "TRANSPORT");
+#endif
       return;
     }
   if (GNUNET_OK != GNUNET_DISK_file_test (fn))