SUPPORT-8725:fix

This commit is contained in:
adel.kalimullin 2024-12-13 14:42:10 +03:00
parent c3ccfc9587
commit 6bc2720244

View file

@ -125,7 +125,7 @@ public class FileUploadService {
Files.delete(filePath);
}
catch (IOException e) {
LOGGER.error("Failed to delete file " + filePath.getFileName(),e);
LOGGER.error("Failed to delete file " + filePath, e);
}
finally {
acknowledgment.acknowledge();