aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-01 15:01:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-01 15:01:00 +0000
commit8863f49f1842bb15df2c3ab574b15292df6290c4 (patch)
treeef198c06010ae97626eae12f01b3ddb3463d432e /src/transport/test_transport_api_reliability.c
parent1f36ef73e4b6516832ffb40f11be0d2cacb3e0fe (diff)
downloadgnunet-8863f49f1842bb15df2c3ab574b15292df6290c4.tar.gz
gnunet-8863f49f1842bb15df2c3ab574b15292df6290c4.zip
-fixing minor bugs, code cleanup
Diffstat (limited to 'src/transport/test_transport_api_reliability.c')
-rw-r--r--src/transport/test_transport_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index f719a42af..759241c52 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -243,7 +243,7 @@ notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
243 if (0 != memcmp (cbuf, &hdr[1], s - sizeof (struct TestMessage))) 243 if (0 != memcmp (cbuf, &hdr[1], s - sizeof (struct TestMessage)))
244 { 244 {
245 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 245 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
246 "Expected message %u with bits %u, but body did not match\n", n, 246 "Expected message %u with bits %u, but body did not match at position %u\n", n,
247 (unsigned char) n); 247 (unsigned char) n);
248 if (die_task != GNUNET_SCHEDULER_NO_TASK) 248 if (die_task != GNUNET_SCHEDULER_NO_TASK)
249 GNUNET_SCHEDULER_cancel (die_task); 249 GNUNET_SCHEDULER_cancel (die_task);