We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3727951 commit 0183e48Copy full SHA for 0183e48
1 file changed
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx
@@ -83,8 +83,8 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
83
} else {
84
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
85
sendOutputCcdbDcs(pc.outputs());
86
- LOG(info) << "Sending an object to Production-CCDBMerge";
87
- sendOutputCcdbMerge(pc.outputs());
+ LOG(info) << "Sending an object to Production-CCDBMerge";
+ sendOutputCcdbMerge(pc.outputs());
88
}
89
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
90
0 commit comments