aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-02 19:07:17 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-02 19:07:17 +0000
commit0bdc8c8d9bbbad77b0b4e6b4e852a48c497eff48 (patch)
tree80b939da82c848bc104d88ba23788d8a48d5b3e2 /res/res_monitor.c
parent0fa60fc945aa4754f4ecf720f95f33956ad14ea3 (diff)
Merged revisions 11561 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11561 | russell | 2006-03-02 14:05:40 -0500 (Thu, 02 Mar 2006) | 2 lines fix inaccurate ack message to ChangeMonitor action (issue #6630) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11562 f38db490-d61c-443f-a65b-d21fe96a405b
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 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;
}