Skip to content

Commit

Permalink
update format log about "BGMDevice is not running somewhere other tha…
Browse files Browse the repository at this point in the history
…n BGMApp"
  • Loading branch information
johzzy committed Dec 6, 2024
1 parent 9058e3c commit 9407ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BGMApp/BGMApp/BGMPlayThrough.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9407ee3

Please sign in to comment.