Skip to content
Snippets Groups Projects
Commit 19af6580 authored by Cedric Caffy's avatar Cedric Caffy
Browse files

Changed the log level to INFO when the drive getLimitsUDS fails

parent 5160e485
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ void RecallTaskInjector::WorkerThread::run()
} catch (castor::tape::SCSI::Exception& e) {
cta::log::ScopedParamContainer spc(m_parent.m_lc);
spc.add("exceptionMessage",e.getMessageValue());
m_parent.m_lc.log(cta::log::ERR, "Error while fetching the limitUDS for RAO enterprise drive. Will run a CTA RAO.");
m_parent.m_lc.log(cta::log::INFO, "Error while fetching the limitUDS for RAO enterprise drive. Will run a CTA RAO.");
} catch(const castor::tape::tapeserver::drive::DriveDoesNotSupportRAOException &ex){
m_parent.m_lc.log(cta::log::INFO, "The drive does not support RAO Enterprise, will run a CTA RAO.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment