mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Log exception when saving file fails
This commit is contained in:
parent
aadd908464
commit
285bfafdc1
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ public class SignalAccount implements Closeable {
|
||||||
fileChannel.force(false);
|
fileChannel.force(false);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("Error saving file: {}", e.getMessage());
|
logger.error("Error saving file: {}", e.getMessage(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue