aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-daemon-regexprofiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/gnunet-daemon-regexprofiler.c')
-rw-r--r--src/regex/gnunet-daemon-regexprofiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/gnunet-daemon-regexprofiler.c b/src/regex/gnunet-daemon-regexprofiler.c
index 0fb47d23a..bcb99aaf5 100644
--- a/src/regex/gnunet-daemon-regexprofiler.c
+++ b/src/regex/gnunet-daemon-regexprofiler.c
@@ -135,7 +135,7 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
135 135
136/** 136/**
137 * Announce a previously announced regex re-using cached data. 137 * Announce a previously announced regex re-using cached data.
138 * 138 *
139 * @param cls Closure (regex to announce if needed). 139 * @param cls Closure (regex to announce if needed).
140 * @param tc TaskContext. 140 * @param tc TaskContext.
141 */ 141 */
@@ -309,7 +309,7 @@ run (void *cls, char *const *args GNUNET_UNUSED,
309 "REANNOUNCE_PERIOD_MAX", 309 "REANNOUNCE_PERIOD_MAX",
310 &reannounce_period_max)) 310 &reannounce_period_max))
311 { 311 {
312 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 312 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
313 "reannounce_period_max not given. Using 10 minutes.\n"); 313 "reannounce_period_max not given. Using 10 minutes.\n");
314 reannounce_period_max = 314 reannounce_period_max =
315 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 10); 315 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 10);