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
6c7326d5
Commit
6c7326d5
authored
Mar 10, 2021
by
Steven Murray
Browse files
Simplified error message
parent
3a7e3484
Changes
1
Hide whitespace changes
Inline
Side-by-side
catalogue/RdbmsCatalogue.cpp
View file @
6c7326d5
...
...
@@ -2988,7 +2988,7 @@ void RdbmsCatalogue::modifyArchiveRouteTapePoolName(const common::dataStructures
if
(
0
==
stmt
.
getNbAffectedRows
())
{
exception
::
UserError
ue
;
ue
.
getMessage
()
<<
"
The archive a
rchive route does not exist"
;
ue
.
getMessage
()
<<
"
A
rchive 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