Skip to content

Commit

Permalink
Improve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 30, 2025
1 parent cf18701 commit f62a519
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion k4MarlinWrapper/src/components/Lcio2EDM4hep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ StatusCode Lcio2EDM4hepTool::convertCollections(lcio::LCEventImpl* the_event) {
auto* frameWrapper = dynamic_cast<AnyDataWrapper<podio::Frame>*>(p);
LCIO2EDM4hepConv::convertObjectParameters(the_event, frameWrapper->getData());
} else {
warning() << "Could not retrieve the event frame; event parameters will not be converted. This is a known limitation when running with IOSvc without an input file." << endmsg;
warning() << "Could not retrieve the event frame; event parameters will not be converted. This is a known "
"limitation when running with IOSvc without an input file."
<< endmsg;
}
}

Expand Down

0 comments on commit f62a519

Please sign in to comment.