summaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio_hw.c')
-rwxr-xr-xaudio/audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 4515a68..4ba97bf 100755
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -549,7 +549,7 @@ static void select_output_device(struct m0_audio_device *adev)
LOGD("%s: AUDIO_DEVICE_OUT_ALL_SCO", __func__);
break;
default:
- LOGD("%s: DEFAULT OUTPUT", __func__);
+ LOGD("%s: AUDIO_DEVICE_OUT_ALL", __func__);
break;
}