From: Moises Silva Date: Wed, 27 Nov 2013 14:51:33 +0000 (-0500) Subject: freetdm: ftmod_wanpipe: Remove chatty debug msg, not really useful anyways X-Git-Tag: v1.4.1~2^2~19 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c62db1a600de4edadceebc9e460d2e2d50dc12c9;p=thirdparty%2Ffreeswitch.git freetdm: ftmod_wanpipe: Remove chatty debug msg, not really useful anyways --- diff --git a/libs/freetdm/src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c b/libs/freetdm/src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c index 83dbd62210..a7ac119486 100755 --- a/libs/freetdm/src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c +++ b/libs/freetdm/src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c @@ -1397,7 +1397,6 @@ static FIO_GET_ALARMS_FUNCTION(wanpipe_get_alarms) * on at application startup, until that is fixed we check the link status here too */ ftdm_channel_command(ftdmchan, FTDM_COMMAND_GET_LINK_STATUS, &sangoma_status); ftdmchan->alarm_flags = sangoma_status == FTDM_HW_LINK_DISCONNECTED ? FTDM_ALARM_RED : FTDM_ALARM_NONE; - ftdm_log_chan(ftdmchan, FTDM_LOG_DEBUG, "Link status is %d\n", sangoma_status); } }