aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/peerstore_api.c')
-rw-r--r--src/peerstore/peerstore_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerstore/peerstore_api.c b/src/peerstore/peerstore_api.c
index 196d44faa..502b38646 100644
--- a/src/peerstore/peerstore_api.c
+++ b/src/peerstore/peerstore_api.c
@@ -377,7 +377,7 @@ rewatch_it (void *cls, const struct GNUNET_HashCode *key, void *value)
377/** 377/**
378 * Iterator over watch requests to cancel them. 378 * Iterator over watch requests to cancel them.
379 * 379 *
380 * @param cls unsused 380 * @param cls unused
381 * @param key key to the watch request 381 * @param key key to the watch request
382 * @param value watch context 382 * @param value watch context
383 * @return #GNUNET_YES to continue iteration 383 * @return #GNUNET_YES to continue iteration
@@ -534,7 +534,7 @@ GNUNET_PEERSTORE_store (struct GNUNET_PEERSTORE_Handle *h,
534 struct GNUNET_PEERSTORE_StoreContext *sc; 534 struct GNUNET_PEERSTORE_StoreContext *sc;
535 535
536 LOG (GNUNET_ERROR_TYPE_DEBUG, 536 LOG (GNUNET_ERROR_TYPE_DEBUG,
537 "Storing value (size: %lu) for subsytem `%s', peer `%s', key `%s'\n", 537 "Storing value (size: %lu) for subsystem `%s', peer `%s', key `%s'\n",
538 size, 538 size,
539 sub_system, 539 sub_system,
540 GNUNET_i2s (peer), 540 GNUNET_i2s (peer),