Skip to content

Commit

Permalink
Fix for wrong PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Darryl Masson committed Feb 28, 2022
1 parent 4efd0d8 commit 7b1501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispatcher/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def setup():
daq_config = json.loads(config['MasterDAQConfig'])
control_mc = daqnt.get_client('daq')
runs_mc = daqnt.get_client('runs')
logger = daqnt.get_daq_logger(config['LogName'], level=args.log, mc=control_mc, log_on_rotate=f'Commit {commit}')
logger = daqnt.get_daq_logger(config['LogName'], level=args.log, mc=control_mc, opening_message=f'Commit {commit}')
vme_config = json.loads(config['VMEConfig'])
if err is not None:
logger.error(err)
Expand Down

0 comments on commit 7b1501e

Please sign in to comment.