From 8215a566377fffdf1737306f6e0664ae1a27bf01 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 22 Oct 2011 20:56:05 +0000 Subject: use same name everywhere --- src/fs/gnunet-service-fs_cp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c index 1e535d089..b9302e645 100644 --- a/src/fs/gnunet-service-fs_cp.c +++ b/src/fs/gnunet-service-fs_cp.c @@ -616,7 +616,7 @@ GSF_peer_connect_handler_ (const struct GNUNET_PeerIdentity *peer, GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY)); GNUNET_STATISTICS_set (GSF_stats, gettext_noop - ("# connected peers"), + ("# peers connected"), GNUNET_CONTAINER_multihashmap_size (cp_map), GNUNET_NO); update_atsi (cp, atsi); @@ -1548,7 +1548,7 @@ GSF_peer_disconnect_handler_ (void *cls, const struct GNUNET_PeerIdentity *peer) &peer->hashPubKey, cp)); GNUNET_STATISTICS_set (GSF_stats, gettext_noop - ("# connected peers"), + ("# peers connected"), GNUNET_CONTAINER_multihashmap_size (cp_map), GNUNET_NO); if (NULL != cp->migration_pth) -- cgit v1.2.3