mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-02-15 02:44:31 +01:00
Fix log message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user