Skip to content

Commit

Permalink
Make error message a trace
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopap committed Nov 2, 2022
1 parent fb04948 commit 587b33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/view/window.rs
Expand Up @@ -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."
);
Expand Down

0 comments on commit 587b33f

Please sign in to comment.