Skip to content

Commit 2ab1731

Browse files
ferdymercurydpiparo
authored andcommitted
[tree] minor edit in warning message
1 parent bf0d3ea commit 2ab1731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roottest/root/tree/index/Dupe.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
Processing runDupe.C...
33
Error in <TTreeIndex::TTreeIndex>: In entry 1, a duplicate key was found value at (run, event) = (5, 1)
4-
Warning in <TTreeIndex::TTreeIndex>: Further potential duplicates won't be checked, use gDebug = 1 to check all.
4+
Warning in <TTreeIndex::TTreeIndex>: Further potential duplicates won't be checked, use gDebug >= 1 to check all.
55
(int) 0

tree/treeplayer/src/TTreeIndex.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ TTreeIndex::TTreeIndex(const TTree *T, const char *majorname, const char *minorn
219219
i, fMajorName.Data(), fMinorName.Data(), fIndexValues[i], fIndexValuesMinor[i]
220220
);
221221
if (gDebug < 1) {
222-
Warning("TTreeIndex", "Further potential duplicates won't be checked, use gDebug = 1 to check all.");
222+
Warning("TTreeIndex", "Further potential duplicates won't be checked, use gDebug >= 1 to check all.");
223223
}
224224
duplicatedKeys = true;
225225
}

0 commit comments

Comments
 (0)