Skip to content

Commit 3828a85

Browse files
author
Niveditha Ramasubramanian
committed
fixing space issues
1 parent ee5bdaa commit 3828a85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
8383
} else {
8484
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
8585
sendOutputCcdbDcs(pc.outputs());
86-
sendOutputCcdbMerge(pc.outputs());
86+
LOG(info) << "Sending an object to Production-CCDBMerge";
87+
sendOutputCcdbMerge(pc.outputs());
88+
8789
}
8890
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
8991
}

0 commit comments

Comments
 (0)