freetdm: test log merge

This commit is contained in:
Moises Silva 2010-08-30 12:09:10 -04:00
parent 9099e3b85e
commit 2ea5e1cd89
1 changed files with 1 additions and 1 deletions

View File

@ -3520,7 +3520,7 @@ static ftdm_status_t ftdm_set_channels_gains(ftdm_span_t *span, int currindex, f
unsigned chan_index = 0;
if (!span->chan_count) {
ftdm_log(FTDM_LOG_ERROR, "Failed to set gains because span %s has no channels\n", span->name);
ftdm_log(FTDM_LOG_ERROR, "Failed to set channel gains because span %s has no channels\n", span->name);
return FTDM_FAIL;
}