Skip to content

Commit 3fa442b

Browse files
Update kaonIsospinFluctuations.cxx
1 parent e5f7f7e commit 3fa442b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,7 @@ struct KaonIsospinFluctuations {
25272527
casters.emplace_back([](void* ptr) { return static_cast<ReturnType>(*static_cast<double*>(ptr)); });
25282528
} else {
25292529
casters.emplace_back([](void*) {
2530-
std::cerr << "Unsupported type\n";
2530+
LOG(fatal)<<"Unsupported type in Generic Caster";
25312531
return ReturnType{};
25322532
});
25332533
}

0 commit comments

Comments
 (0)