Skip to content

Commit ddd7c42

Browse files
committed
Downgrade present error! to warn! in iced_winit
1 parent 8a6cbbf commit ddd7c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

winit/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ async fn run_instance<P>(
981981
_ => {
982982
present_span.finish();
983983

984-
log::error!("Error {error:?} when presenting surface.");
984+
log::warn!("Error {error:?} when presenting surface.");
985985

986986
// Try rendering all windows again next frame.
987987
for (_id, window) in window_manager.iter_mut() {

0 commit comments

Comments
 (0)