aboutsummaryrefslogtreecommitdiff
path: root/src/service/peerstore/peerstore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/peerstore/peerstore_api.c')
-rw-r--r--src/service/peerstore/peerstore_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/service/peerstore/peerstore_api.c b/src/service/peerstore/peerstore_api.c
index 3b945928a..19cb1213e 100644
--- a/src/service/peerstore/peerstore_api.c
+++ b/src/service/peerstore/peerstore_api.c
@@ -889,6 +889,9 @@ hello_add_iter (void *cls, const struct GNUNET_PEERSTORE_Record *record,
889 } 889 }
890 if (GNUNET_TIME_absolute_cmp (record->expiry, >, hello_exp)) 890 if (GNUNET_TIME_absolute_cmp (record->expiry, >, hello_exp))
891 { 891 {
892 LOG (GNUNET_ERROR_TYPE_WARNING,
893 "Not storing hello for %s since we seem to have a newer version on record.\n",
894 GNUNET_i2s (&huc->pid));
892 huc->cont (huc->cont_cls, GNUNET_OK); 895 huc->cont (huc->cont_cls, GNUNET_OK);
893 GNUNET_PEERSTORE_iteration_stop (huc->ic); 896 GNUNET_PEERSTORE_iteration_stop (huc->ic);
894 GNUNET_free (huc->hello); 897 GNUNET_free (huc->hello);