Skip to content
Snippets Groups Projects
Commit dcf3ad58 authored by Cristina Moraru's avatar Cristina Moraru Committed by Steven Murray
Browse files

Add log line to notify when RAO is aplied

parent e8035489
No related branches found
Tags v0.0-53
No related merge requests found
......@@ -123,6 +123,7 @@ void RecallTaskInjector::injectBulkRecalls() {
if (m_useRAO) {
std::list<castor::tape::SCSI::Structures::RAO::blockLims> files;
m_lc.log(cta::log::INFO, "Performing RAO reordering");
for (uint32_t i = 0; i < njobs; i++) {
cta::RetrieveJob *job = m_jobs.at(i).get();
......
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