aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-22 13:21:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-22 13:21:55 +0000
commitdaed7f922eac6b057bc972df35c70b922026ac2d (patch)
treed613909e75c7a9ea887f60289b9d163f97e51ea2 /src/conversation/test_conversation_api.c
parent10a4f48adc48ecc8eb8c654502feb8d19eb7fe00 (diff)
downloadgnunet-daed7f922eac6b057bc972df35c70b922026ac2d.tar.gz
gnunet-daed7f922eac6b057bc972df35c70b922026ac2d.zip
-handle new error code from enum
Diffstat (limited to 'src/conversation/test_conversation_api.c')
-rw-r--r--src/conversation/test_conversation_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c
index cad1a8d13..9714d5a81 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -385,6 +385,7 @@ call_event_handler (void *cls,
385 break; 385 break;
386 case GNUNET_CONVERSATION_EC_CALL_SUSPENDED: 386 case GNUNET_CONVERSATION_EC_CALL_SUSPENDED:
387 case GNUNET_CONVERSATION_EC_CALL_RESUMED: 387 case GNUNET_CONVERSATION_EC_CALL_RESUMED:
388 case GNUNET_CONVERSATION_EC_CALL_ERROR:
388 fprintf (stderr, "Unexpected call code: %d\n", code); 389 fprintf (stderr, "Unexpected call code: %d\n", code);
389 break; 390 break;
390 } 391 }