SUPPORT-8818:fix from review
This commit is contained in:
parent
b3a32e77d7
commit
fdcfdfa13c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public class FileManager {
|
|||
Files.delete(file.toPath());
|
||||
}
|
||||
catch (IOException e) {
|
||||
LOGGER.warn("Error deleting file: " + file.getAbsolutePath());
|
||||
LOGGER.warn("Error deleting file: " + file.getAbsolutePath(), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue