From 2903d8137fbc4fc2fa22ad54963e36bdf7792d4d Mon Sep 17 00:00:00 2001
From: Cedric Caffy <cedric.caffy@cern.ch>
Date: Fri, 12 Jun 2020 12:46:47 +0200
Subject: [PATCH] [cta-catalogue-set-production] Modified the message while
 setting the IS_PRODUCTION flag

---
 catalogue/SetProductionCmd.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalogue/SetProductionCmd.cpp b/catalogue/SetProductionCmd.cpp
index dece2c4df7..13b532a574 100644
--- a/catalogue/SetProductionCmd.cpp
+++ b/catalogue/SetProductionCmd.cpp
@@ -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;
 }
-- 
GitLab