We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b35b9f commit 564175eCopy full SHA for 564175e
1 file changed
Common/Tasks/centralityStudypp.cxx
@@ -224,9 +224,9 @@ struct centralityStudypp {
224
// won't capture null pointers -> explicitly check for those when attempting to evaluate
225
auto reportSuccess = [](TH1* a, TString name) {
226
if(!a){
227
- LOGF(info, "Calibration missing for %s", name.data());
+ LOGF(info, "Calibration missing for %s", name.Data());
228
}else{
229
- LOGF(info, "Calibration loaded for %s", name.Data())
+ LOGF(info, "Calibration loaded for %s", name.Data());
230
}
231
};
232
0 commit comments