Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
7b2db19a
Commit
7b2db19a
authored
Aug 14, 2018
by
Steven Murray
Browse files
Improved debugging messages of cta-tape-acs-querydrive
parent
a5a74859
Changes
1
Hide whitespace changes
Inline
Side-by-side
mediachanger/acs/AcsQueryDriveCmd.cpp
View file @
7b2db19a
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment