Skip to content

Commit

Permalink
fix: OSC protocol - type in logger.info mixerport
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Oct 12, 2020
1 parent b071cca commit b95e3c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/utils/mixerConnections/OscMixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@ export class OscMixerConnection {

this.oscConnection.open()
logger.info(
`OSC listening on port ` + String(state.settings[0].localOscPort),
`OSC listening on port ` +
String(state.settings[0].mixers[this.mixerIndex].localOscPort),
{}
)

Expand Down

0 comments on commit b95e3c8

Please sign in to comment.