]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
make message more gooder (issue #4979)
authorRussell Bryant <russell@russellbryant.com>
Fri, 26 Aug 2005 16:20:51 +0000 (16:20 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 26 Aug 2005 16:20:51 +0000 (16:20 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6416 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_zap.c

index 5e0cec8f55a8135451157e210f4f3cccb11a87b7..a90dab2d870a612b7136cb078fd029f4a8c0b39b 100755 (executable)
@@ -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))