chore: Adjust log level for blur debugging
This commit is contained in:
parent
cfed174e9b
commit
d4cd9b674c
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ use smithay::{
|
|||
},
|
||||
wayland::compositor::SurfaceData,
|
||||
};
|
||||
use tracing::info;
|
||||
use tracing::trace;
|
||||
|
||||
use crate::{
|
||||
backend::render::{element::AsGlowRenderer, wayland::clipped_surface::ClippingShader},
|
||||
|
|
@ -78,7 +78,7 @@ static BLUR_PARAMS: LazyLock<Vec<BlurParameters>> = LazyLock::new(|| {
|
|||
}
|
||||
}
|
||||
|
||||
info!("Computed blur values: {:#?}", ¶ms);
|
||||
trace!("Computed blur values: {:#?}", ¶ms);
|
||||
params
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue