Update lib/src/Store.dart

This commit is contained in:
Christian 2019-06-14 11:11:53 +00:00
parent d108f1f7e6
commit 6101a2251a
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
});
}