mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
omemo: use lower case to log info
This commit is contained in:
parent
976c2ec524
commit
ab60a61fb9
@ -861,7 +861,7 @@ omemo_on_message_recv(const char *const from_jid, uint32_t sid,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!key) {
|
if (!key) {
|
||||||
log_warning("OMEMO: Received a message with no corresponding key");
|
log_warning("OMEMO: received a message with no corresponding key");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user