Skip to content

Commit

Permalink
fix: changed logger.info to logger.error in casparCGConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Mar 23, 2020
1 parent 5ec04a7 commit 5541b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/mixerConnections/CasparCGConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class CasparCGConnection {
}
} catch (e) {
// Handling a file should be removed from Constants in the future:
logger.info('CasparCG Audio geometry file has not been created')
logger.error('CasparCG Audio geometry file has not been created', e)
}
if (geometry) {
this.mixerProtocol.fromMixer = geometry.fromMixer || this.mixerProtocol.fromMixer
Expand Down

0 comments on commit 5541b94

Please sign in to comment.