From 9407ee36d2a5af871b6e094ff036dfddced76561 Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 5 Dec 2024 11:12:57 +0800 Subject: [PATCH] update format log about "BGMDevice is not running somewhere other than BGMApp" --- BGMApp/BGMApp/BGMPlayThrough.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGMApp/BGMApp/BGMPlayThrough.cpp b/BGMApp/BGMApp/BGMPlayThrough.cpp index 6beee67e..964d91e9 100644 --- a/BGMApp/BGMApp/BGMPlayThrough.cpp +++ b/BGMApp/BGMApp/BGMPlayThrough.cpp @@ -894,7 +894,7 @@ void BGMPlayThrough::HandleBGMDeviceIsRunning(BGMPlayThrough* refCon) DebugMsg("BGMPlayThrough::HandleBGMDeviceIsRunning: " "BGMDevice is %srunning somewhere other than BGMApp", - isRunningSomewhereOtherThanBGMApp ? "" : " not"); + isRunningSomewhereOtherThanBGMApp ? "" : "not "); if(isRunningSomewhereOtherThanBGMApp) {