Reduce log message about diff timeout from warn to info (#5012)
This commit is contained in:
parent
03ca18b377
commit
1e31bc3f77
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue