Skip to content

Commit

Permalink
[O2-4311] remove excessive log (#2026)
Browse files Browse the repository at this point in the history
* [O2-4311] remove excessive log

* format
  • Loading branch information
Barthelemy authored Nov 15, 2023
1 parent f6f319f commit d9852f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ZDC/src/ZDCRawDataCheck.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Quality ZDCRawDataCheck::check(std::map<std::string, std::shared_ptr<MonitorObje
if (flag_ch_empty == 1) {
mVectHistoCheck.at(ih).numE += 1;
mVectHistoCheck.at(ih).stringE = mVectHistoCheck.at(ih).stringE + mVectHistoCheck.at(ih).paramch.at(x).ch + "(Empty) ";
ILOG(Error, Support) << "Alignment error: Channel" << mVectHistoCheck.at(ih).paramch.at(x).ch << " is empty. Ignore if is the first cycle " << ENDM;
// ILOG(Error, Support) << "Alignment error: Channel" << mVectHistoCheck.at(ih).paramch.at(x).ch << " is empty. Ignore if is the first cycle " << ENDM;
}
flag_ch_empty = 1;
}
Expand Down

0 comments on commit d9852f0

Please sign in to comment.