mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 00:31:24 +01:00
switch all error logs to using *_err macros
This commit is contained in:
parent
d28135f7ca
commit
a3448b5c84
29 changed files with 145 additions and 153 deletions
|
|
@ -1068,9 +1068,9 @@ impl Service {
|
|||
if leave_rooms {
|
||||
for &user_id in &user_ids {
|
||||
if let Err(error) = leave_all_rooms(user_id).await {
|
||||
t::warn!(
|
||||
warn_err!(
|
||||
error,
|
||||
%user_id,
|
||||
%error,
|
||||
"failed to leave one or more rooms"
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue