mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
app_chanspy.c: Reduce log message level from notice to verbose.
Change-Id: Ica5f38ccd8cdc077aef14d0c50425e0b29ac7e0a
This commit is contained in:
@@ -501,7 +501,8 @@ static int start_spying(struct ast_autochan *autochan, const char *spychan_name,
|
||||
int res;
|
||||
|
||||
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));
|
||||
|
||||
ast_set_flag(audiohook, AST_AUDIOHOOK_TRIGGER_SYNC | AST_AUDIOHOOK_SMALL_QUEUE);
|
||||
res = ast_audiohook_attach(autochan->chan, audiohook);
|
||||
|
Reference in New Issue
Block a user