mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix language in d-channel (bug #4979)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2128,7 +2128,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