(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 13 Jul 2010 13:47:01 +0000 (13:47 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 13 Jul 2010 13:47:01 +0000 (13:47 +0000)
src/transport/test_plugin_transport_http.c

index a1dcd5cd831036aff659246665dcf697994f76a4..97817229a1e3c76f5409c2cdc6e12acbdb56ecc3 100644 (file)
@@ -1102,8 +1102,8 @@ static void run_connection_tests( int phase , void * cls)
     msg->type = htons(32);
     api->send(api->cls, &my_identity, (const char *) msg, size, 0, TIMEOUT, NULL,addr_head->addr, addr_head->addrlen, GNUNET_NO, &task_send_cont, &fail_msg_transmited_max_size);
     GNUNET_free(msg);
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"No more tests to run\n");
   }
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"No more tests to run\n");
 }