diff options
-rw-r--r-- | src/transport/test_transport_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c index 5fb81e1af..ad26833af 100644 --- a/src/transport/test_transport_api.c +++ b/src/transport/test_transport_api.c @@ -135,9 +135,9 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Peer were not ready to send data\n")); if (s_started == GNUNET_NO) - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Peers were not started n")); + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Peers were not started \n")); else - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Peers were started n")); + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Peers were started \n")); if (s_connected == GNUNET_NO) GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Peer were not connected\n")); |