aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-regex-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 230778338..41e454bbf 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1618,7 +1618,7 @@ controller_event_cb (void *cls,
1618 /* Control reaches here when a peer linking operation fails */ 1618 /* Control reaches here when a peer linking operation fails */
1619 if (NULL != event->details.operation_finished.emsg) 1619 if (NULL != event->details.operation_finished.emsg)
1620 { 1620 {
1621 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 1621 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1622 _("An operation has failed while linking\n")); 1622 _("An operation has failed while linking\n"));
1623 printf ("F%u/%u ", retry_links + 1, established_links + 1); 1623 printf ("F%u/%u ", retry_links + 1, established_links + 1);
1624 printf ("\n%s\n ", event->details.operation_finished.emsg); 1624 printf ("\n%s\n ", event->details.operation_finished.emsg);