mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-12 16:31:05 +01:00
Merge branch 'patch-3' into 'next'
log handling previous event time as debug See merge request famedly/conduit!540
This commit is contained in:
commit
6dfb262ddf
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ impl Service {
|
|||
.write()
|
||||
.unwrap()
|
||||
.remove(&room_id.to_owned());
|
||||
warn!(
|
||||
debug!(
|
||||
"Handling prev event {} took {}m{}s",
|
||||
prev_id,
|
||||
elapsed.as_secs() / 60,
|
||||
|
|
Loading…
Reference in a new issue