mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 10:34:23 +01:00
Add additional logging to message send log store
This commit is contained in:
@@ -354,6 +354,8 @@ public class MessageSendLogStore implements AutoCloseable {
|
||||
final var rowCount = statement.executeUpdate();
|
||||
if (rowCount > 0) {
|
||||
logger.debug("Removed {} outdated entries from the message send log", rowCount);
|
||||
} else {
|
||||
logger.trace("No outdated entries to be removed from message send log.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user