]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add a more descriptive error message on no (or no usable) candidates
authorMichael Jerris <mike@jerris.com>
Thu, 8 Feb 2007 21:08:45 +0000 (21:08 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 8 Feb 2007 21:08:45 +0000 (21:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4171 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_dingaling/mod_dingaling.c

index bc27efe45b25734390d1418b4b1c35bed6f4e521..227df1495d99e62050e8b5bf345ed1301877b756 100644 (file)
@@ -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;
     }