We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5bdaa commit 3828a85Copy full SHA for 3828a85
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx
@@ -83,7 +83,9 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
83
} else {
84
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
85
sendOutputCcdbDcs(pc.outputs());
86
- sendOutputCcdbMerge(pc.outputs());
+ LOG(info) << "Sending an object to Production-CCDBMerge";
87
+ sendOutputCcdbMerge(pc.outputs());
88
+
89
}
90
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
91
0 commit comments