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

Add log line to notify when RAO is aplied

parent 5555f59d
No related branches found
No related tags found
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.
Please register or to comment