mirror of https://github.com/helix-editor/helix
Reduce log message about diff timeout from warn to info (#5012)
parent
03ca18b377
commit
1e31bc3f77
|
@ -185,7 +185,7 @@ impl<'a> EventAccumulator {
|
||||||
}
|
}
|
||||||
// Diff failed to complete in time log the event
|
// Diff failed to complete in time log the event
|
||||||
// and wait until the diff occurs to trigger an async redraw
|
// 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;
|
diff_finished_notify.notified().await;
|
||||||
redraw_notify.notify_one();
|
redraw_notify.notify_one();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue