crypto: Improve a log line
parent
71c89c2670
commit
b53518d1b8
|
@ -412,10 +412,7 @@ impl GroupSessionManager {
|
||||||
users: impl Iterator<Item = &UserId>,
|
users: impl Iterator<Item = &UserId>,
|
||||||
encryption_settings: impl Into<EncryptionSettings>,
|
encryption_settings: impl Into<EncryptionSettings>,
|
||||||
) -> OlmResult<Vec<Arc<ToDeviceRequest>>> {
|
) -> OlmResult<Vec<Arc<ToDeviceRequest>>> {
|
||||||
debug!(
|
debug!(room_id = room_id.as_str(), "Checking if a room key needs to be shared",);
|
||||||
room_id = room_id.as_str(),
|
|
||||||
"Checking if a group session needs to be shared for room {}", room_id
|
|
||||||
);
|
|
||||||
|
|
||||||
let encryption_settings = encryption_settings.into();
|
let encryption_settings = encryption_settings.into();
|
||||||
let history_visibility = encryption_settings.history_visibility.clone();
|
let history_visibility = encryption_settings.history_visibility.clone();
|
||||||
|
|
Loading…
Reference in New Issue