mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 20:19:36 +00:00
freetdm: fix log msg
This commit is contained in:
parent
99b3d675bb
commit
9099e3b85e
@ -3520,7 +3520,7 @@ static ftdm_status_t ftdm_set_channels_gains(ftdm_span_t *span, int currindex, f
|
|||||||
unsigned chan_index = 0;
|
unsigned chan_index = 0;
|
||||||
|
|
||||||
if (!span->chan_count) {
|
if (!span->chan_count) {
|
||||||
ftdm_log(FTDM_LOG_ERROR, "%d:Failed to set gains because span has no channels\n");
|
ftdm_log(FTDM_LOG_ERROR, "Failed to set gains because span %s has no channels\n", span->name);
|
||||||
return FTDM_FAIL;
|
return FTDM_FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user