summaryrefslogtreecommitdiff
path: root/test/connection_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/connection_test.c')
-rw-r--r--test/connection_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/connection_test.c b/test/connection_test.c
index 3b1c9e6..ff6159c 100644
--- a/test/connection_test.c
+++ b/test/connection_test.c
@@ -61,7 +61,7 @@ int test_register_client(void){
if(CONNECTION_ERROR_NONE==err) //set callbacks
{
if(handle==NULL)
- printf("OOOOOPPPPSSS\n");
+ printf("Handle is NULL\n");
connection_set_cb(handle, net_callback, NULL);
}
else