fix deadlock message output (bug #4508)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5907 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-06-14 18:09:56 +00:00
parent 86511f89fb
commit b71be71262

View File

@@ -544,7 +544,7 @@ void ast_channel_undefer_dtmf(struct ast_channel *chan)
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;