aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster/gnunet-service-zonemaster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zonemaster/gnunet-service-zonemaster.c')
-rw-r--r--src/zonemaster/gnunet-service-zonemaster.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/zonemaster/gnunet-service-zonemaster.c b/src/zonemaster/gnunet-service-zonemaster.c
index a5b21f4a3..c5aab8d92 100644
--- a/src/zonemaster/gnunet-service-zonemaster.c
+++ b/src/zonemaster/gnunet-service-zonemaster.c
@@ -330,8 +330,7 @@ calculate_put_interval ()
330 * If no records are known (startup) or none present 330 * If no records are known (startup) or none present
331 * we can safely set the interval to the value for a single 331 * we can safely set the interval to the value for a single
332 * record 332 * record
333 */ 333 */target_iteration_velocity_per_record = zone_publish_time_window;
334 target_iteration_velocity_per_record = zone_publish_time_window;
335 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG | GNUNET_ERROR_TYPE_BULK, 334 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG | GNUNET_ERROR_TYPE_BULK,
336 "No records in namestore database.\n"); 335 "No records in namestore database.\n");
337 } 336 }