nit: change event info from debug to trace

This commit is contained in:
atagen 2025-06-22 20:58:32 +10:00
parent 983c12cb34
commit 3ae602ddc7
2 changed files with 2 additions and 2 deletions

View file

@ -403,7 +403,7 @@ impl NiriTag {
),
)
.await?;
tracing::debug!("manager received {:?}", recvd);
tracing::trace!("manager received {:?}", recvd);
let res = self.handle_recvd(recvd).await;
match res {