Removing deprecated DMAAP library
[policy/drools-pdp.git] / feature-pooling-messages / src / main / java / org / onap / policy / drools / pooling / PoolingFeature.java
@@ -3,6 +3,7 @@
  * ONAP
  * ================================================================================
  * Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2024 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -240,7 +241,7 @@ public class PoolingFeature implements PolicyEngineFeatureApi, PolicyControllerF
 
         String topic = offerTopics.get();
         if (topic == null) {
-            logger.warn("missing arguments for feature-pooling-dmaap in beforeInsert");
+            logger.warn("missing arguments for feature-pooling-messages in beforeInsert");
             return false;
         }
 
@@ -315,7 +316,7 @@ public class PoolingFeature implements PolicyEngineFeatureApi, PolicyControllerF
     private void deleteManager(PolicyController controller) {
 
         String name = controller.getName();
-        logger.info("remove feature-pool-dmaap manager for {}", name);
+        logger.info("remove feature-pooling-messages manager for {}", name);
 
         ctlr2pool.remove(name);
     }