summaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/test_conversation_api_twocalls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conversation/test_conversation_api_twocalls.c b/src/conversation/test_conversation_api_twocalls.c
index 294092099..500f0858c 100644
--- a/src/conversation/test_conversation_api_twocalls.c
+++ b/src/conversation/test_conversation_api_twocalls.c
@@ -472,6 +472,7 @@ call_event_handler (void *cls,
472 break; 472 break;
473 case GNUNET_CONVERSATION_EC_CALL_GNS_FAIL: 473 case GNUNET_CONVERSATION_EC_CALL_GNS_FAIL:
474 LOG_DEBUG ("Call %s GNS lookup failed \n", cid); 474 LOG_DEBUG ("Call %s GNS lookup failed \n", cid);
475 break;
475 case GNUNET_CONVERSATION_EC_CALL_HUNG_UP: 476 case GNUNET_CONVERSATION_EC_CALL_HUNG_UP:
476 LOG_DEBUG ("Call %s hungup\n", cid); 477 LOG_DEBUG ("Call %s hungup\n", cid);
477 if (0 == strcmp (cid, "call1")) 478 if (0 == strcmp (cid, "call1"))