mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 19:16:46 +00:00
make message more gooder (issue #4979)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6416 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1935,7 +1935,7 @@ int pri_find_dchan(struct zt_pri *pri)
|
||||
}
|
||||
if (newslot < 0) {
|
||||
newslot = 0;
|
||||
ast_log(LOG_WARNING, "No D-channels available! Using Primary on channel anyway %d!\n",
|
||||
ast_log(LOG_WARNING, "No D-channels available! Using Primary channel %d as D-channel anyway!\n",
|
||||
pri->dchannels[newslot]);
|
||||
}
|
||||
if (old && (oldslot != newslot))
|
||||
|
Reference in New Issue
Block a user