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:
Russell Bryant
2005-08-26 16:20:51 +00:00
parent 9b8ba163f2
commit 153119a7bc

View File

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