aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_restart_1peer.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-02-16 14:47:15 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-02-16 14:47:15 +0000
commitf63b2a234432a37789ea2694b1bd9494242ae8f6 (patch)
tree5c363d1f02d52cc491f2d1e60390eb1f16c7b085 /src/transport/test_transport_api_restart_1peer.c
parentdd18d94d47f84edc95f6b141ab3369aabafa70e5 (diff)
downloadgnunet-f63b2a234432a37789ea2694b1bd9494242ae8f6.tar.gz
gnunet-f63b2a234432a37789ea2694b1bd9494242ae8f6.zip
- fix for Illegal state transition from `S_FAST_RECONNECT' to `S_CONNECT_RECV' in line 2594
Diffstat (limited to 'src/transport/test_transport_api_restart_1peer.c')
-rw-r--r--src/transport/test_transport_api_restart_1peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_restart_1peer.c b/src/transport/test_transport_api_restart_1peer.c
index b005cbe06..0f6264607 100644
--- a/src/transport/test_transport_api_restart_1peer.c
+++ b/src/transport/test_transport_api_restart_1peer.c
@@ -221,7 +221,7 @@ notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
221 } 221 }
222 else 222 else
223 { 223 {
224 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 224 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
225 "Restarted peers connected and message was sent, stopping test...\n"); 225 "Restarted peers connected and message was sent, stopping test...\n");
226 ok = 0; 226 ok = 0;
227 end (); 227 end ();