aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-26 16:20:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-26 16:20:51 +0000
commit4c3c5ef1e4afe1af0af7ba76b8aecf1035cfb4c4 (patch)
tree4841f40137a3d2cb1d4351dbf0500419ffd916d6
parent083372eda3c78dc1c6a417201d9abd4ba83eb4ff (diff)
make message more gooder (issue #4979)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@6416 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 5e0cec8f5..a90dab2d8 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -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))