252253254255256257258259260261262
} if (devName == null) { if (unknownDevicesLogger != null) { try { unknownDevicesLogger.appendEntry( new IMEIEntry(imei)); } catch (IOException e) { LOGGER.warn("cannot-write-unknown-devices-log-file"); } } }