From 85bd7af43f0236fbccbc61ceeea139b03ee7cbff Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 14 Nov 2011 17:04:24 +0000 Subject: [PATCH] fix emsg --- src/transport/test_transport_api_unreliability.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c index a7e362b28..a305e969f 100644 --- a/src/transport/test_transport_api_unreliability.c +++ b/src/transport/test_transport_api_unreliability.c @@ -191,7 +191,7 @@ end_badly () if (test_sending == GNUNET_NO) GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Testcase did not send any messages timeout\n"); + "Testcase did not send all messages / timeout\n"); else GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Reliability failed: Last message sent %u, Next message scheduled %u, Last message received %u, Message expected %u\n", -- 2.25.1