Fix log message
This commit is contained in:
parent
b579935846
commit
8aa71c132f
@ -40,7 +40,7 @@ public class KeyValueStore {
|
|||||||
try (final var connection = database.getConnection()) {
|
try (final var connection = database.getConnection()) {
|
||||||
return getEntry(connection, key);
|
return getEntry(connection, key);
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
throw new RuntimeException("Failed read from pre_key store", e);
|
throw new RuntimeException("Failed read from key_value store", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user