Skip to content

Commit 4452b20

Browse files
committed
Fix error message
1 parent 93b31c4 commit 4452b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ITS3/macros/test/CreateDictionariesITS3.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ void CreateDictionariesITS3(bool saveDeltas = false,
168168
}
169169
clusTree->GetEntry(0);
170170
if (clusTree->GetEntries() > 1 && !hitfile.empty()) {
171-
LOGP(error, "Hits are provided but the cluster tree containes {} entries, looks like real data");
171+
LOGP(error, "Hits are provided but the cluster tree containes {} entries, looks like real data", clusTree->GetEntries());
172172
return;
173173
}
174174

0 commit comments

Comments
 (0)