Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv7143/channels

Modified Files:
      Tag: v1-0
        chan_zap.c 
Log Message:
make message more gooder (issue #4979)


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.344.2.22
retrieving revision 1.344.2.23
diff -u -d -r1.344.2.22 -r1.344.2.23
--- chan_zap.c  22 Aug 2005 16:47:22 -0000      1.344.2.22
+++ chan_zap.c  26 Aug 2005 16:20:51 -0000      1.344.2.23
@@ -1935,7 +1935,7 @@
        }
        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))

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to