mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Fix log message
This commit is contained in:
parent
b579935846
commit
8aa71c132f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class KeyValueStore {
|
|||
try (final var connection = database.getConnection()) {
|
||||
return getEntry(connection, key);
|
||||
} catch (SQLException e) {
|
||||
throw new RuntimeException("Failed read from pre_key store", e);
|
||||
throw new RuntimeException("Failed read from key_value store", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue