From 587b33fad193b17be5c4270f695c93c2244af4ce Mon Sep 17 00:00:00 2001 From: Nicola Papale Date: Tue, 1 Nov 2022 15:04:31 +0100 Subject: [PATCH] Make error message a trace --- crates/bevy_render/src/view/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_render/src/view/window.rs b/crates/bevy_render/src/view/window.rs index c7f8b0fca950e..286c085db75a7 100644 --- a/crates/bevy_render/src/view/window.rs +++ b/crates/bevy_render/src/view/window.rs @@ -260,7 +260,7 @@ pub fn prepare_windows( } #[cfg(target_os = "linux")] Err(wgpu::SurfaceError::Timeout) if may_erroneously_timeout() => { - debug!( + bevy_utils::tracing::trace!( "Couldn't get swap chain texture. This is probably a quirk \ of your Linux GPU driver, so it can be safely ignored." );