diff --git a/SAS/Feedback_Service/src/Feedback.cc b/SAS/Feedback_Service/src/Feedback.cc index a5c17f33945d0f397a046e4dcd641a838c86a637..76ec99cca9e26a0d32d6e07c1b8eaedeb96ee0f6 100644 --- a/SAS/Feedback_Service/src/Feedback.cc +++ b/SAS/Feedback_Service/src/Feedback.cc @@ -135,7 +135,7 @@ GCFEvent::TResult Feedback::connect2OTDB_state(GCFEvent& event, GCFPortInterface } catch(LOFAR::APSException& ex) { - LOG_ERROR_STR("SASGateway code caught an exception while trying to " + LOG_ERROR_STR("FeedbackService code caught an exception while trying to " "read the OTDB database name from its configuration file: " << ex.what()); throw(ex); @@ -147,7 +147,7 @@ GCFEvent::TResult Feedback::connect2OTDB_state(GCFEvent& event, GCFPortInterface } catch(LOFAR::APSException& ex) { - LOG_ERROR_STR("SASGateway code caught an exception while trying to " + LOG_ERROR_STR("FeedbackService code caught an exception while trying to " "read the OTDB database server host name from its configuration file: " << ex.what()); throw(ex); @@ -159,7 +159,7 @@ GCFEvent::TResult Feedback::connect2OTDB_state(GCFEvent& event, GCFPortInterface } catch(LOFAR::APSException& ex) { - LOG_ERROR_STR("SASGateway code caught an exception while trying to " + LOG_ERROR_STR("FeedbackService code caught an exception while trying to " "read the OTDB database user name from its configuration file: " << ex.what()); throw(ex); @@ -171,7 +171,7 @@ GCFEvent::TResult Feedback::connect2OTDB_state(GCFEvent& event, GCFPortInterface } catch(LOFAR::APSException& ex) { - LOG_ERROR_STR("SASGateway code caught an exception while trying to " + LOG_ERROR_STR("FeedbackService code caught an exception while trying to " "read the OTDB database password from its configuration file: " << ex.what()); throw(ex); @@ -183,7 +183,7 @@ GCFEvent::TResult Feedback::connect2OTDB_state(GCFEvent& event, GCFPortInterface } catch(LOFAR::APSException& ex) { - LOG_ERROR_STR("SASGateway code caught an exception while trying to " + LOG_ERROR_STR("FeedbackService code caught an exception while trying to " "read the OTDB database server port from its configuration file: " << ex.what()); throw(ex);