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 2026073 commit 607aba2Copy full SHA for 607aba2
pr/94/docs/src/iroh_blobs/store/fs/gc.rs.html
@@ -690,7 +690,7 @@
690
<span class="kw">match </span>(cb)(<span class="kw-2">&mut </span>live).<span class="kw">await </span>{
691
ProtectOutcome::Continue => {}
692
ProtectOutcome::Abort => {
693
- <span class="macro">info!</span>(<span class="string">"Skip gc run: protect callback indicated skip"</span>);
+ <span class="macro">info!</span>(<span class="string">"abort gc run: protect callback indicated abort"</span>);
694
<span class="kw">continue</span>;
695
}
696
0 commit comments