1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

omemo: use lower case to log info

This commit is contained in:
Michael Vetter 2019-08-23 10:18:20 +02:00
parent d7ad092691
commit 3bdbd3c619

View File

@ -861,7 +861,7 @@ omemo_on_message_recv(const char *const from_jid, uint32_t sid,
}
if (!key) {
log_warning("OMEMO: Received a message with no corresponding key");
log_warning("OMEMO: received a message with no corresponding key");
goto out;
}