SUPPORT-8725:fix
This commit is contained in:
parent
c3ccfc9587
commit
6bc2720244
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ public class FileUploadService {
|
||||||
Files.delete(filePath);
|
Files.delete(filePath);
|
||||||
}
|
}
|
||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
LOGGER.error("Failed to delete file " + filePath.getFileName(),e);
|
LOGGER.error("Failed to delete file " + filePath, e);
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
acknowledgment.acknowledge();
|
acknowledgment.acknowledge();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue