diff --git a/k4FWCore/components/IOSvc.cpp b/k4FWCore/components/IOSvc.cpp index eb941abd..2f558f89 100644 --- a/k4FWCore/components/IOSvc.cpp +++ b/k4FWCore/components/IOSvc.cpp @@ -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; }