log handling previous event time as debug

Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
girlbossceo 2023-08-10 23:12:37 +00:00
parent 4bf8ee1f74
commit ce2017a10e

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,