Reduce log message about diff timeout from warn to info (#5012)

pull/4573/merge
Pascal Kuthe 2 years ago committed by GitHub
parent 03ca18b377
commit 1e31bc3f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -185,7 +185,7 @@ impl<'a> EventAccumulator {
}
// Diff failed to complete in time log the event
// and wait until the diff occurs to trigger an async redraw
log::warn!("Diff computation timed out, update of diffs might appear delayed");
log::info!("Diff computation timed out, update of diffs might appear delayed");
diff_finished_notify.notified().await;
redraw_notify.notify_one();
});

Loading…
Cancel
Save