freetdm: ftmod_wanpipe: Remove chatty debug msg, not really useful anyways

This commit is contained in:
Moises Silva 2013-11-27 09:51:33 -05:00
parent beb0673f25
commit c62db1a600
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}