[Asterisk-cvs] asterisk channel.c,1.144,1.145
markster at lists.digium.com
markster at lists.digium.com
Sun Oct 31 20:41:32 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv17460
Modified Files:
channel.c
Log Message:
Debugging improvements (bug #2765)
Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- channel.c 26 Oct 2004 22:25:42 -0000 1.144
+++ channel.c 1 Nov 2004 01:44:11 -0000 1.145
@@ -1556,6 +1556,7 @@
ast_log(LOG_DEBUG, "Prodding channel '%s'\n", chan->name);
a.subclass = chan->pvt->rawwriteformat;
a.data = nothing + AST_FRIENDLY_OFFSET;
+ a.src = "ast_prod";
if (ast_write(chan, &a))
ast_log(LOG_WARNING, "Prodding channel '%s' failed\n", chan->name);
}
More information about the svn-commits
mailing list