crypto: Shorten some log lines.

master
Damir Jelić 2020-08-20 10:23:16 +02:00
parent 69fbe65ac4
commit a99e47c310
1 changed files with 7 additions and 2 deletions

View File

@ -533,7 +533,11 @@ impl OlmMachine {
{
UserSigningPubkey::from(s)
} else {
warn!("User identity for our own user {} didn't contain a user signing pubkey", user_id);
warn!(
"User identity for our own user {} didn't \
contain a user signing pubkey",
user_id
);
continue;
};
@ -552,7 +556,8 @@ impl OlmMachine {
.map(UserIdentities::Own)
} else {
warn!(
"User identity for our own user {} didn't contain a user signing pubkey",
"User identity for our own user {} didn't contain a \
user signing pubkey",
user_id
);
continue;