always print number of connections
authorNathan S. Evans <evans@in.tum.de>
Tue, 26 Jul 2011 14:29:53 +0000 (14:29 +0000)
committerNathan S. Evans <evans@in.tum.de>
Tue, 26 Jul 2011 14:29:53 +0000 (14:29 +0000)
src/nse/nse-profiler.c

index 3194979a5dbae01c44bd01cd1f55bac66da29149..f019165d1db82cce2119ad9bcea3bbcdd56d30cb 100644 (file)
@@ -525,7 +525,7 @@ my_cb (void *cls,
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Peer Group started successfully, connecting to NSE service for each peer!\n");
 #endif
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+  GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
              "Have %u connections\n", total_connections);
   if (data_file != NULL)
     {