aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_monitor.c')
-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 094cc3a72..7b69b6043 100644
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -625,7 +625,7 @@ static int do_pause_or_unpause(struct mansession *s, const struct message *m, in
ast_monitor_unpause(c);
ast_channel_unlock(c);
- astman_send_ack(s, m, "Paused monitoring of the channel");
+ astman_send_ack(s, m, (action == MONITOR_ACTION_PAUSE ? "Paused monitoring of the channel" : "Unpaused monitoring of the channel"));
return 0;
}