starting point for reading topology from file
[oweals/gnunet.git] / src / testing / test_testing_topology_blacklist.c
index 1123c2f39460cd396d3158ee455612abcb4afe35..aa4a9cac7d981330240b64ab55881748a3bccbe4 100644 (file)
@@ -190,15 +190,17 @@ topology_callback (void *cls,
         fprintf (dotOutFile, "\tn%s -- n%s;\n", first_daemon->shortname,
                  second_daemon->shortname);
     }
-#if VERBOSE
+
   else
     {
       failed_connections++;
+#if VERBOSE
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   "Failed to connect peer %s to peer %s with error :\n%s\n",
                   first_daemon->shortname, second_daemon->shortname, emsg);
-    }
 #endif
+    }
+
 
   if (total_connections == expected_connections)
     {