[Asterisk-cvs] asterisk channel.c,1.203,1.204
russell at lists.digium.com
russell at lists.digium.com
Tue Jun 14 14:08:24 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv11940
Modified Files:
channel.c
Log Message:
fix deadlock message output (bug #4508)
Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- channel.c 6 Jun 2005 22:12:18 -0000 1.203
+++ channel.c 14 Jun 2005 18:09:56 -0000 1.204
@@ -544,7 +544,7 @@
static struct ast_channel *channel_find_locked(const struct ast_channel *prev,
const char *name)
{
- const char *msg = prev ? "initial deadlock" : "deadlock";
+ const char *msg = prev ? "deadlock" : "initial deadlock";
int retries, done;
struct ast_channel *c;
More information about the svn-commits
mailing list