HoneyNode Java 11 support for 221 devices
[transportpce.git] / tests / honeynode / 2.2.1 / honeynode-plugin-impl / src / main / java / io / fd / honeycomb / transportpce / device / DeviceNotificationModule.java
index 56ec875d17eeddfd31e8b98b603c8f65cb81ca2e..418ddc47d9c7fe01b7fdac1e78b71dad6bb7df81 100644 (file)
@@ -33,7 +33,7 @@ public class DeviceNotificationModule extends AbstractModule {
 
     @Override
     protected void configure() {
-        LOG.info("Initializing Device Notification Module");
+        LOG.info("Initializing Honeynode Notification Module");
         final Multibinder<ManagedNotificationProducer> notifFactoryBinder = Multibinder.newSetBinder(binder(),
                 ManagedNotificationProducer.class);
         notifFactoryBinder.addBinding().to(DeviceNotificationProducer.class);