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
d6b978ff
Commit
d6b978ff
authored
Sep 03, 2014
by
Eric Cano
Browse files
Fixed error message: there can be more than one source or error.
parent
4802b84d
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/TapeSingleThreadInterface.hpp
View file @
d6b978ff
...
...
@@ -148,7 +148,7 @@ protected:
}
catch
(
const
castor
::
exception
::
Exception
&
e
){
log
::
LogContext
::
ScopedParam
sp01
(
m_logContext
,
log
::
Param
(
"exception_code"
,
e
.
code
()));
log
::
LogContext
::
ScopedParam
sp02
(
m_logContext
,
log
::
Param
(
"exception_message"
,
e
.
getMessageValue
()));
m_logContext
.
log
(
LOG_INFO
,
"waiting for drive to be ready
but got timeout
"
);
m_logContext
.
log
(
LOG_INFO
,
"
Got timeout or error while
waiting for drive to be ready
.
"
);
throw
;
}
}
...
...
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