OMEMO Logging

This commit is contained in:
DebXWoody
2021-06-28 20:02:22 +02:00
parent 49a0d97a43
commit 879a47c71b
2 changed files with 6 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ load_session(signal_buffer** record, signal_buffer** user_record,
device_store = g_hash_table_lookup(session_store, address->name);
if (!device_store) {
*record = NULL;
log_warning("[OMEMO][STORE] No device store for %s found", address->name);
log_info("[OMEMO][STORE] No device store for %s found", address->name);
return 0;
}