clarify
authorChristian Grothoff <christian@grothoff.org>
Mon, 12 Apr 2010 11:37:37 +0000 (11:37 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 12 Apr 2010 11:37:37 +0000 (11:37 +0000)
src/core/gnunet-service-core.c

index 9419ff4e09b7ceda34fa0f53b0e51d7060d4e230..2176397e470fbc96d112ff379fae12cd754591c1 100644 (file)
@@ -3620,7 +3620,7 @@ handle_transport_notify_connect (void *cls,
       n = create_neighbour (peer);
     }
   GNUNET_STATISTICS_update (stats, 
-                           gettext_noop ("# peers connected"), 
+                           gettext_noop ("# peers connected (transport)"), 
                            1, 
                            GNUNET_NO);
   n->is_connected = GNUNET_YES;      
@@ -3684,7 +3684,7 @@ handle_transport_notify_disconnect (void *cls,
   send_to_all_clients (&cnm.header, GNUNET_YES, GNUNET_CORE_OPTION_SEND_DISCONNECT);
   n->is_connected = GNUNET_NO;
   GNUNET_STATISTICS_update (stats, 
-                           gettext_noop ("# peers connected"), 
+                           gettext_noop ("# peers connected (transport)"), 
                            -1, 
                            GNUNET_NO);
 }