[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r1078 - /projects/zb4osgi/trunk/zigbee.basedriver/src/main/java/it/cnr/isti/zigbee/basedriver/api/impl/ZigBeeDeviceImpl.java

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Nov 3 11:24:57 CET 2014


Author: stefano.lenzi
Date: Mon Nov  3 11:24:57 2014
New Revision: 1078

Log:
Fixed typo in log messages ( refs #265 ) 


Modified:
    projects/zb4osgi/trunk/zigbee.basedriver/src/main/java/it/cnr/isti/zigbee/basedriver/api/impl/ZigBeeDeviceImpl.java

Modified: projects/zb4osgi/trunk/zigbee.basedriver/src/main/java/it/cnr/isti/zigbee/basedriver/api/impl/ZigBeeDeviceImpl.java
==============================================================================
--- projects/zb4osgi/trunk/zigbee.basedriver/src/main/java/it/cnr/isti/zigbee/basedriver/api/impl/ZigBeeDeviceImpl.java	(original)
+++ projects/zb4osgi/trunk/zigbee.basedriver/src/main/java/it/cnr/isti/zigbee/basedriver/api/impl/ZigBeeDeviceImpl.java	Mon Nov  3 11:24:57 2014
@@ -423,7 +423,7 @@
                                 .getDeviceId()));
         if (response == null || response.Status != 0) {
             logger.debug(
-                    "ZDO_BIND_REQ failed, unable to un-bind from device {} to {} for cluster {}",
+                    "ZDO_UNBIND_REQ failed, unable to un-bind from device {} to {} for cluster {}",
                     new Object[]{getUniqueIdenfier(),
                             device.getUniqueIdenfier(), new Integer(clusterId)});
             return false;
@@ -472,7 +472,7 @@
                         (byte) endPointAddress, driver.getIEEEAddress(),
                         (byte) dstEP));
         if (response == null || response.Status != 0) {
-            logger.debug("ZDO_BIND_REQ failed, unable to unbind");
+            logger.debug("ZDO_UNBIND_REQ failed, unable to unbind");
             return false;
         }
         boundCluster.remove(clusterId);




More information about the Commit mailing list