Change return type of events
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / device / DeviceContextImpl.java
index f614dc8ef5fdfd3d12258d3edbe21ca72e282c92..45f5dc231f50f7f44f0960016e95b922827d2513 100644 (file)
@@ -782,7 +782,7 @@ public class DeviceContextImpl implements DeviceContext, ExtensionConverterProvi
                     ContextChainMastershipState.MASTER_ON_DEVICE
             );
             if (LOG.isDebugEnabled()) {
-                LOG.debug("Role MASTER was successfully set on device, node {}", deviceInfo.getLOGValue());
+                LOG.debug("Role MASTER was successfully set on device, node {}", deviceInfo);
             }
         }