crypto: Remove a bunch of unneeded whitespace in a log line.
parent
0e66640b9f
commit
aa1a64628f
|
@ -307,7 +307,7 @@ impl Account {
|
||||||
// return with an error if it isn't one.
|
// return with an error if it isn't one.
|
||||||
OlmMessage::Message(_) => {
|
OlmMessage::Message(_) => {
|
||||||
warn!(
|
warn!(
|
||||||
"Failed to decrypt a non-pre-key message with all
|
"Failed to decrypt a non-pre-key message with all \
|
||||||
available sessions {} {}",
|
available sessions {} {}",
|
||||||
sender, sender_key
|
sender, sender_key
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue