We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f7f7e commit 3fa442bCopy full SHA for 3fa442b
PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx
@@ -2527,7 +2527,7 @@ struct KaonIsospinFluctuations {
2527
casters.emplace_back([](void* ptr) { return static_cast<ReturnType>(*static_cast<double*>(ptr)); });
2528
} else {
2529
casters.emplace_back([](void*) {
2530
- std::cerr << "Unsupported type\n";
+ LOG(fatal)<<"Unsupported type in Generic Caster";
2531
return ReturnType{};
2532
});
2533
}
0 commit comments