1
0
Fork 0
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:
Timo Kösters 2023-08-11 09:27:42 +00:00
commit 6dfb262ddf

View file

@ -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,