Log exception when saving file fails
This commit is contained in:
parent
aadd908464
commit
285bfafdc1
@ -768,7 +768,7 @@ public class SignalAccount implements Closeable {
|
||||
fileChannel.force(false);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
logger.error("Error saving file: {}", e.getMessage());
|
||||
logger.error("Error saving file: {}", e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user