Skip to content

Commit 564175e

Browse files
authored
Update centralityStudypp.cxx
1 parent 9b35b9f commit 564175e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/Tasks/centralityStudypp.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ struct centralityStudypp {
224224
// won't capture null pointers -> explicitly check for those when attempting to evaluate
225225
auto reportSuccess = [](TH1* a, TString name) {
226226
if(!a){
227-
LOGF(info, "Calibration missing for %s", name.data());
227+
LOGF(info, "Calibration missing for %s", name.Data());
228228
}else{
229-
LOGF(info, "Calibration loaded for %s", name.Data())
229+
LOGF(info, "Calibration loaded for %s", name.Data());
230230
}
231231
};
232232

0 commit comments

Comments
 (0)