Skip to content

Commit be955dc

Browse files
teoknopers8
andcommitted
[core] Improve wording in warning message
Co-authored-by: Piotr Konopka <piotr.jan.konopka@cern.ch>
1 parent 3fca423 commit be955dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/integration/bookkeeping/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ func (p *Plugin) CallStack(data interface{}) (stack map[string]interface{}) {
440440
WithField("run", runNumber64).
441441
WithField("partition", envId).
442442
WithField("call", "StartOfRun").
443-
Warning("cannot parse CTP readout enabled")
443+
Warning("cannot parse ctp_readout_enabled")
444444
}
445445
if ctpReadoutEnabled {
446446
ctpReadoutFlp := env.GetKV("", "ctp_readout_host")

0 commit comments

Comments
 (0)