Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 6, 2024
1 parent 52a9bd6 commit f4f3613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4FWCore/components/IOSvc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ StatusCode IOSvc::initialize() {
<< endmsg;
}
if (m_outputType != "default" && m_outputType != "ROOT" && m_outputType != "RNTuple") {
error() << "Unknown input type: " << m_outputType << ", expected ROOT or RNTuple" << endmsg;
error() << "Unknown input type: " << m_outputType << ", expected ROOT, RNTuple or default" << endmsg;
return StatusCode::FAILURE;
}

Expand Down

0 comments on commit f4f3613

Please sign in to comment.