summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/res_monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_monitor.c b/res/res_monitor.c
index 9c154efb6..ce0940054 100644
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -578,7 +578,7 @@ static int change_monitor_action(struct mansession *s, struct message *m)
return 0;
}
ast_mutex_unlock(&c->lock);
- astman_send_ack(s, m, "Stopped monitoring channel");
+ astman_send_ack(s, m, "Changed monitor filename");
return 0;
}