Skip to content

Commit 2c9b747

Browse files
author
Henrik Fribert
committed
Fix: Changed LOG from fatal to warn
1 parent 6dd8f6c commit 2c9b747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/Core/closePairRejection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class ClosePairRejectionTrackKink
289289
auto daughter = kink.template chaDau_as<T3>();
290290
mCtr.compute(track, daughter);
291291
} else {
292-
LOG(fatal) << "CPR Track-Kink: Wrong track sign";
292+
LOG(warn) << "CPR Track-Kink: Wrong track sign";
293293
}
294294
}
295295

0 commit comments

Comments
 (0)