From 6101a2251acf2261c20380a2d8e88cdb931183b4 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 14 Jun 2019 11:11:53 +0000 Subject: [PATCH] Update lib/src/Store.dart --- lib/src/Store.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Store.dart b/lib/src/Store.dart index 1c57ddb9..f8382291 100644 --- a/lib/src/Store.dart +++ b/lib/src/Store.dart @@ -192,7 +192,7 @@ class Store { final changesCount = await txn.rawUpdate( "UPDATE Rooms SET direct_chat_matrix_id=? WHERE id=?", [key, value[i]]); - if (changesCount == 0) print("Direct chat of $key, was not stored"); + if (changesCount == 0) print("Direct chat of $key to Room ${value[i]}, was not stored"); } }); }