Skip to content
Snippets Groups Projects
Commit 9407ad57 authored by Cedric CAFFY's avatar Cedric CAFFY
Browse files

Changed the "Tape session started" and "Tape session finished" mountType for...

Changed the "Tape session started" and "Tape session finished" mountType for Archive Mounts (Repack of User)
parent f68cf6e9
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ cta::ArchiveMount::ArchiveMount(catalogue::Catalogue & catalogue,
// getMountType
//------------------------------------------------------------------------------
cta::common::dataStructures::MountType cta::ArchiveMount::getMountType() const {
return cta::common::dataStructures::MountType::ArchiveForUser;
return m_dbMount->mountInfo.mountType;
}
//------------------------------------------------------------------------------
......
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