Fix the coverity issues
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / src / zigbee_service_dbus_interface_service.c
index fc6943f..7f6ff6a 100644 (file)
@@ -36,7 +36,7 @@ static void *_service_interface_ref_zigbee_service(ZigBeeServiceInterface *servi
        /* 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;
        }