Skip to content
Snippets Groups Projects
Commit 1aa294f6 authored by Friendly Automation's avatar Friendly Automation Committed by Gerrit Code Review
Browse files

Merge "app_chanspy.c: Reduce log message level from notice to verbose."

parents 255a647c 0d1f3d9b
Branches
Tags
No related merge requests found
...@@ -509,7 +509,8 @@ static int start_spying(struct ast_autochan *autochan, const char *spychan_name, ...@@ -509,7 +509,8 @@ static int start_spying(struct ast_autochan *autochan, const char *spychan_name,
int res; int res;
ast_autochan_channel_lock(autochan); ast_autochan_channel_lock(autochan);
ast_log(LOG_NOTICE, "Attaching %s to %s\n", spychan_name, ast_channel_name(autochan->chan)); ast_verb(3, "Attaching spy channel %s to %s\n",
spychan_name, ast_channel_name(autochan->chan));
if (ast_test_flag(flags, OPTION_READONLY)) { if (ast_test_flag(flags, OPTION_READONLY)) {
ast_set_flag(audiohook, AST_AUDIOHOOK_MUTE_WRITE); ast_set_flag(audiohook, AST_AUDIOHOOK_MUTE_WRITE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment