Skip to content

Commit

Permalink
Fix wrong mixer output being printed
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Sep 26, 2020
1 parent 48ea444 commit d54a106
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ object BeadsSoundSystem {
try {
// Attempt to get the line. If it is not supported it will throw an exception.
mixer.getLine(datalineInfo)
Toolboks.LOGGER.debug("Mixer $mixer is compatible for outputting.")
Toolboks.LOGGER.debug("Mixer ${mixer.mixerInfo} is compatible for outputting.")
true
} catch (e: Exception) {
Toolboks.LOGGER.debug("Mixer $mixer is NOT compatible for outputting!")
Toolboks.LOGGER.debug("Mixer ${mixer.mixerInfo} is NOT compatible for outputting!")
false
}
}
Expand Down

0 comments on commit d54a106

Please sign in to comment.