Skip to content

Commit f88e40b

Browse files
committed
fix: embernode subscription error - log correct command
1 parent 5560309 commit f88e40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/utils/mixerConnections/EmberMixerConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export class EmberMixerConnection implements MixerConnection {
274274

275275
cb(node)
276276
} catch (e) {
277-
logger.data(e).debug('Error when subscribing to fader label')
277+
logger.data(e).debug('Error when subscribing to ' + mixerMessage)
278278
}
279279
}
280280

0 commit comments

Comments
 (0)