diff options
-rw-r--r-- | post_proc/volume_listener.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post_proc/volume_listener.c b/post_proc/volume_listener.c index ef632993..69bd07df 100644 --- a/post_proc/volume_listener.c +++ b/post_proc/volume_listener.c @@ -347,7 +347,7 @@ static int vol_effect_process(effect_handle_t self, } } else { - ALOGW("%s: something wrong, didn't handle in_buffer and out_buffer same address case", + ALOGV("%s: something wrong, didn't handle in_buffer and out_buffer same address case", __func__); } |