aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 3b065c357..466692ce7 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -384,7 +384,7 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
384 GNUNET_OS_process_close (d->proc); 384 GNUNET_OS_process_close (d->proc);
385 d->proc = NULL; 385 d->proc = NULL;
386 if (NULL != cb) 386 if (NULL != cb)
387 cb (d->cb_cls, NULL, d->cfg, d, _("`Failed to get hostkey!\n")); 387 cb (d->cb_cls, NULL, d->cfg, d, _("Failed to get hostkey!\n"));
388 return; 388 return;
389 } 389 }
390 d->shortname = GNUNET_strdup (GNUNET_i2s (&d->id)); 390 d->shortname = GNUNET_strdup (GNUNET_i2s (&d->id));