aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/gnunet-service-fs_cp.c4
1 files changed, 2 insertions, 2 deletions
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,
616 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY)); 616 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY));
617 GNUNET_STATISTICS_set (GSF_stats, 617 GNUNET_STATISTICS_set (GSF_stats,
618 gettext_noop 618 gettext_noop
619 ("# connected peers"), 619 ("# peers connected"),
620 GNUNET_CONTAINER_multihashmap_size (cp_map), 620 GNUNET_CONTAINER_multihashmap_size (cp_map),
621 GNUNET_NO); 621 GNUNET_NO);
622 update_atsi (cp, atsi); 622 update_atsi (cp, atsi);
@@ -1548,7 +1548,7 @@ GSF_peer_disconnect_handler_ (void *cls, const struct GNUNET_PeerIdentity *peer)
1548 &peer->hashPubKey, cp)); 1548 &peer->hashPubKey, cp));
1549 GNUNET_STATISTICS_set (GSF_stats, 1549 GNUNET_STATISTICS_set (GSF_stats,
1550 gettext_noop 1550 gettext_noop
1551 ("# connected peers"), 1551 ("# peers connected"),
1552 GNUNET_CONTAINER_multihashmap_size (cp_map), 1552 GNUNET_CONTAINER_multihashmap_size (cp_map),
1553 GNUNET_NO); 1553 GNUNET_NO);
1554 if (NULL != cp->migration_pth) 1554 if (NULL != cp->migration_pth)