diff --git a/services/audio_service/client/src/audio_manager_proxy.cpp b/services/audio_service/client/src/audio_manager_proxy.cpp index a1cb7e0573d8e73d5c44e4545aa8fe6f0661dfcb..3c84db9acaf3c45e9f47ad16b14aba9ac2a31675 100644 --- a/services/audio_service/client/src/audio_manager_proxy.cpp +++ b/services/audio_service/client/src/audio_manager_proxy.cpp @@ -829,7 +829,7 @@ void AudioManagerProxy::SetActiveOutputDevice(DeviceType deviceType) error = Remote()->SendRequest( static_cast(AudioServerInterfaceCode::SET_ACTIVE_OUTPUT_DEVICE), dataParcel, replyParcel, option); - CHECK_AND_RETURN_LOG(error == ERR_NONE, "SetActiveOutputDevice failed, error: %{public}d", error); + CHECK_AND_RETURN_LOG(error == ERR_NONE, "SetActiveOutputDevice failed, error: %{public}d", error); return; }