summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index b0a4b2c3c..08befad43 100755
--- a/channel.c
+++ b/channel.c
@@ -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;