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

Modified Files:
        chan_zap.c 
Log Message:
Fix language in d-channel (bug #4979)


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.489
retrieving revision 1.490
diff -u -d -r1.489 -r1.490
--- chan_zap.c  17 Aug 2005 17:52:14 -0000      1.489
+++ chan_zap.c  19 Aug 2005 04:23:23 -0000      1.490
@@ -2128,7 +2128,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