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

Improved debugging messages of cta-tape-acs-querydrive

parent 6856125c
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ int cta::mediachanger::acs::AcsQueryDriveCmd::exceptionThrowingMain(const int ar
m_dbg << "query = " << m_cmdLine.queryInterval << std::endl;
m_dbg << "timeout = " << m_cmdLine.timeout << std::endl;
m_dbg << "DRIVE_SLOT = " << m_acs.driveId2Str(m_cmdLine.libraryDriveSlot);
m_dbg << "DRIVE_SLOT = " << m_acs.driveId2Str(m_cmdLine.libraryDriveSlot) << std::endl;
syncQueryDrive();
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment