Fix the coverity issues
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / src / zigbee_service_dbus_interface_zcl_alarm.c
index 1d46eb5..55e235f 100644 (file)
@@ -36,7 +36,7 @@ static void *_service_interface_ref_zigbee_zcl_alarm(ZigBeeServiceInterface *ser
        /* Get zigbee object */
        zigbee_object = g_hash_table_lookup(custom_data->objects, ZIGBEE_SERVICE_PATH);
        if (NULL == zigbee_object) {
-               Z_LOGW("Cannot find ZigBee D-BUS interface object!", zigbee_object);
+               Z_LOGW("Cannot find ZigBee D-BUS interface object!");
                return NULL;
        }