diff --git a/server/src/com/cloud/network/NetworkStateListener.java b/server/src/com/cloud/network/NetworkStateListener.java index b0522b2a0c4..130063348eb 100644 --- a/server/src/com/cloud/network/NetworkStateListener.java +++ b/server/src/com/cloud/network/NetworkStateListener.java @@ -75,7 +75,7 @@ public class NetworkStateListener implements StateListener try { _eventBus.publish(eventMsg); } catch (EventBusException e) { - s_logger.warn("Failed to publish action event on the the event bus."); + s_logger.warn("Failed to state change event on the the event bus."); } } diff --git a/server/src/com/cloud/vm/UserVmStateListener.java b/server/src/com/cloud/vm/UserVmStateListener.java index ab6b8a9e217..786387ffe03 100644 --- a/server/src/com/cloud/vm/UserVmStateListener.java +++ b/server/src/com/cloud/vm/UserVmStateListener.java @@ -124,7 +124,7 @@ public class UserVmStateListener implements StateListener