From: Nathan S. Evans Date: Tue, 26 Jul 2011 14:29:53 +0000 (+0000) Subject: always print number of connections X-Git-Tag: initial-import-from-subversion-38251~17641 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=79eb82340c8a36af7aeee670c3bfcd0c14fe71c0;p=oweals%2Fgnunet.git always print number of connections --- diff --git a/src/nse/nse-profiler.c b/src/nse/nse-profiler.c index 3194979a5..f019165d1 100644 --- a/src/nse/nse-profiler.c +++ b/src/nse/nse-profiler.c @@ -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) {