Skip to content
Snippets Groups Projects
Commit 0512662b authored by Eric Cano's avatar Eric Cano
Browse files

Added logging to OStoreDB::ArchiveMount::getNextJobBatch().

parent 19b7c1e9
No related branches found
No related tags found
No related merge requests found
......@@ -1838,7 +1838,8 @@ std::list<std::unique_ptr<SchedulerDatabase::ArchiveJob> > OStoreDB::ArchiveMoun
log::ScopedParamContainer params(logContext);
params.add("tapepool", mountInfo.tapePool)
.add("files", nFiles)
.add("bytes", nBytes);
.add("bytes", nBytes)
.add("queueObject", aq.getAddressIfSet());
logContext.log(log::INFO, "In ArchiveMount::getNextJobBatch(): jobs retrieval complete.");
}
// We can construct the return value.
......
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