From: Michael Jerris Date: Thu, 8 Feb 2007 21:08:45 +0000 (+0000) Subject: add a more descriptive error message on no (or no usable) candidates X-Git-Tag: v1.0-beta1~1196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b227ee8521898c5bb41992f000b39ed10a91874d;p=thirdparty%2Ffreeswitch.git add a more descriptive error message on no (or no usable) candidates git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4171 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_dingaling/mod_dingaling.c b/src/mod/endpoints/mod_dingaling/mod_dingaling.c index bc27efe45b..227df1495d 100644 --- a/src/mod/endpoints/mod_dingaling/mod_dingaling.c +++ b/src/mod/endpoints/mod_dingaling/mod_dingaling.c @@ -703,6 +703,7 @@ static int activate_rtp(struct private_object *tech_pvt) } if (!(tech_pvt->remote_ip && tech_pvt->remote_port)) { + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "No valid candidates received!\n"); return 0; }