log handling previous event time as debug
Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
parent
4bf8ee1f74
commit
ce2017a10e
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