nit: change event info from debug to trace
This commit is contained in:
parent
983c12cb34
commit
3ae602ddc7
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue