Skip to content
GitLab
Menu
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
a3d76151
Commit
a3d76151
authored
Jun 12, 2020
by
Cedric Caffy
Browse files
[cta-catalogue-set-production] Modified the message while setting the IS_PRODUCTION flag
parent
7c1b3038
Changes
1
Hide whitespace changes
Inline
Side-by-side
catalogue/SetProductionCmd.cpp
View file @
a3d76151
...
...
@@ -61,9 +61,9 @@ int SetProductionCmd::exceptionThrowingMain(const int argc, char *const *const a
throw
cta
::
exception
::
Exception
(
"Unable to set the catalogue as production because the column IS_PRODUCTION is missing"
);
}
m_out
<<
"Setting the PRODUCTION flag..."
<<
std
::
endl
;
m_out
<<
"Setting the
IS_
PRODUCTION flag..."
<<
std
::
endl
;
setProductionFlag
(
conn
);
m_out
<<
"PRODUCTION flag set."
<<
std
::
endl
;
m_out
<<
"
IS_
PRODUCTION flag set."
<<
std
::
endl
;
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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