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.
1 parent 03ca18b commit 1e31bc3Copy full SHA for 1e31bc3
helix-vcs/src/diff/worker.rs
@@ -185,7 +185,7 @@ impl<'a> EventAccumulator {
185
}
186
// Diff failed to complete in time log the event
187
// and wait until the diff occurs to trigger an async redraw
188
- log::warn!("Diff computation timed out, update of diffs might appear delayed");
+ log::info!("Diff computation timed out, update of diffs might appear delayed");
189
diff_finished_notify.notified().await;
190
redraw_notify.notify_one();
191
});
0 commit comments