Skip to content
Snippets Groups Projects
Commit 2903d813 authored by Cedric Caffy's avatar Cedric Caffy
Browse files

[cta-catalogue-set-production] Modified the message while setting the IS_PRODUCTION flag

parent de078733
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment