chore(wayland): downgrade some logs from debug to trace

This commit is contained in:
Jake Stanger
2023-08-16 20:27:24 +01:00
parent 50741941fb
commit 1b476eb9f9
3 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ impl ToplevelManagerHandler for Environment {
impl ToplevelHandleHandler for Environment {
fn new_handle(&mut self, _conn: &Connection, _qh: &QueueHandle<Self>, handle: ToplevelHandle) {
debug!("Handler received new handle");
trace!("Handler received new handle");
match handle.info() {
Some(info) => {
@@ -50,7 +50,7 @@ impl ToplevelHandleHandler for Environment {
_qh: &QueueHandle<Self>,
handle: ToplevelHandle,
) {
debug!("Handler received handle update");
trace!("Handler received handle update");
match handle.info() {
Some(info) => {