aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-02 19:05:40 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-02 19:05:40 +0000
commit3d77ba332f6b6707b6ca17aa1a764242502807fb (patch)
treeec77e819eb4c641c11adbe1b1afd89a682a0621d /res
parentb4c326b2ac5053029ad18342dbd5d622086507af (diff)
fix inaccurate ack message to ChangeMonitor action (issue #6630)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11561 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-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 08f6b5174..adc6144b5 100644
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -535,7 +535,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;
}