aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 65d3d75d0..ab356838b 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -1293,7 +1293,8 @@ GNUNET_NAMESTORE_zone_iterator_next (struct GNUNET_NAMESTORE_ZoneIterator *it,
1293 struct GNUNET_MQ_Envelope *env; 1293 struct GNUNET_MQ_Envelope *env;
1294 1294
1295 LOG (GNUNET_ERROR_TYPE_DEBUG, 1295 LOG (GNUNET_ERROR_TYPE_DEBUG,
1296 "Sending ZONE_ITERATION_NEXT message\n"); 1296 "Sending ZONE_ITERATION_NEXT message with limit %llu\n",
1297 (unsigned long long) limit);
1297 env = GNUNET_MQ_msg (msg, 1298 env = GNUNET_MQ_msg (msg,
1298 GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT); 1299 GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT);
1299 msg->gns_header.r_id = htonl (it->op_id); 1300 msg->gns_header.r_id = htonl (it->op_id);