]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
comment log of entire upnp keep alive packet - remove debug log clutter
authorJeff Lenk <jeff@jefflenk.com>
Thu, 1 Mar 2012 15:28:38 +0000 (09:28 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 1 Mar 2012 15:28:38 +0000 (09:28 -0600)
src/switch_nat.c

index 3918cdbbf164c96574d24e5f52f2c6282bb188a9..dd73cd8be78fadbe533ed3c4ea447ab90344eeb3 100644 (file)
@@ -304,7 +304,7 @@ static void *SWITCH_THREAD_FUNC switch_nat_multicast_runtime(switch_thread_t * t
                                                pos++;
                                        }
                                        if (!strncmp(pos, "ssdp:alive", 10)) {
-                                               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "got UPnP keep alive packet: \n%s\n", buf);
+                                               /* switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "got UPnP keep alive packet: \n%s\n", buf); */
                                                /* did pub ip change */
                                                newip[0] = '\0';
                                                if (get_upnp_pubaddr(newip) != SWITCH_STATUS_SUCCESS) {