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
3a7e3484
Commit
3a7e3484
authored
Mar 10, 2021
by
Steven Murray
Browse files
Corrected rare error message
parent
13e758b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
catalogue/RdbmsCatalogue.cpp
View file @
3a7e3484
...
...
@@ -2988,7 +2988,7 @@ void RdbmsCatalogue::modifyArchiveRouteTapePoolName(const common::dataStructures
if
(
0
==
stmt
.
getNbAffectedRows
())
{
exception
::
UserError
ue
;
ue
.
getMessage
()
<<
"
Either th
e archive route
or the tape pool
does not exist"
;
ue
.
getMessage
()
<<
"
The archiv
e archive route does not exist"
;
throw
ue
;
}
}
catch
(
exception
::
UserError
&
ue
)
{
...
...
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