]> nmode's Git Repositories - signal-cli/commitdiff
Fix log message
authorAsamK <asamk@gmx.de>
Fri, 7 Feb 2025 17:21:24 +0000 (18:21 +0100)
committerAsamK <asamk@gmx.de>
Fri, 7 Feb 2025 17:30:10 +0000 (18:30 +0100)
lib/src/main/java/org/asamk/signal/manager/storage/keyValue/KeyValueStore.java

index 17135d1093daa0cebeca7e37bad32e4712113c10..e9338afcb9f972d4fddad278fd66e593811f6609 100644 (file)
@@ -40,7 +40,7 @@ public class KeyValueStore {
         try (final var connection = database.getConnection()) {
             return getEntry(connection, key);
         } catch (SQLException e) {
         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);
         }
     }
 
         }
     }