Skip to content
Snippets Groups Projects
Commit 160a82ce authored by Steven Murray's avatar Steven Murray
Browse files

Added media_types.dat comment to the output of queryvolumeacs

parent 7e3def7b
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@ QU_VOL_STATUS castor::tape::mediachanger::QueryVolumeAcsCmd::syncQueryVolume()
void castor::tape::mediachanger::QueryVolumeAcsCmd::writeVolumeStatus(
const QU_VOL_STATUS &s) throw() {
m_out << "Volume identifier: " << s.vol_id.external_label << std::endl;
m_out << "Media type: " << (int)s.media_type << std::endl;
m_out << "Media type (media_types.dat): " << (int)s.media_type << std::endl;
switch(s.location_type) {
case LOCATION_CELL: {
......
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