We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
error!
warn!
iced_winit
1 parent 8a6cbbf commit ddd7c42Copy full SHA for ddd7c42
1 file changed
winit/src/lib.rs
@@ -981,7 +981,7 @@ async fn run_instance<P>(
981
_ => {
982
present_span.finish();
983
984
- log::error!("Error {error:?} when presenting surface.");
+ log::warn!("Error {error:?} when presenting surface.");
985
986
// Try rendering all windows again next frame.
987
for (_id, window) in window_manager.iter_mut() {
0 commit comments