Fix bug in filtering new FM notification
[dcaegen2/services/son-handler.git] / src / main / java / org / onap / dcaegen2 / services / sonhms / restclient / CpsClient.java
index 20b95c7..f19c9e8 100644 (file)
@@ -141,9 +141,9 @@ public class CpsClient extends ConfigInterface {
                 new ParameterizedTypeReference<String>() {
                 });
         if (response == null) {
-            throw new CpsNotFoundException("Cannot reach Config DB");
+            throw new CpsNotFoundException("Cannot reach CPS");
         }
         return response.getBody();
     }
 
-}
\ No newline at end of file
+}