1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00

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
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 5 additions and 5 deletions

View file

@ -239,7 +239,7 @@ impl DataControlOfferHandler for Environment {
_offer: &mut DataControlDeviceOffer,
_mime_type: String,
) {
debug!("Handler received offer");
trace!("Handler received offer");
}
}