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

Added mountId in the tape sessions logs.

parent 7c6de4ee
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,8 @@ schedule:
// 2c) ... and log.
// Make the DGN and TPVID parameter permanent.
cta::log::ScopedParamContainer params(lc);
params.add("TPVID", m_volInfo.vid);
params.add("vid", m_volInfo.vid)
.add("mountId", tapeMount->getMountTransactionId());
{
cta::log::ScopedParamContainer localParams(lc);
localParams.add("tapebridgeTransId", tapeMount->getMountTransactionId())
......
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