Skip to content

Commit

Permalink
Merge pull request #776 from johzzy/master
Browse files Browse the repository at this point in the history
format log about "BGMDevice is not running somewhere other than BGMApp"
  • Loading branch information
kyleneideck authored Dec 6, 2024
2 parents 9058e3c + 9407ee3 commit 0aea54f
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 0aea54f

Please sign in to comment.