359360361362363364365366367368369
} if (deviceName == null) { if (unknownDevicesLogger != null) { try { unknownDevicesLogger.appendEntry( new UAProfileEntry( uaprofUrl.toString())); } catch (IOException e) { LOGGER.warn("cannot-write-unknown-devices-log-file"); } }