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
b68131a7
Commit
b68131a7
authored
Jul 22, 2014
by
David COME
Browse files
The exceptions are now catched as const in execute
parent
af05e70b
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/TapeReadTask.hpp
View file @
b68131a7
...
...
@@ -145,7 +145,7 @@ public:
// Add the local counts to the session's
stats
.
add
(
localStats
);
}
//end of try
catch
(
castor
::
exception
::
Exception
&
ex
)
{
catch
(
const
castor
::
exception
::
Exception
&
ex
)
{
//we end up there because :
//-- openReadFile brought us here (cant put the tape into position)
//-- m_payload.append brought us here (error while reading the file)
...
...
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