Skip to content

Commit 607aba2

Browse files
committed
deploy: 29a0d59
1 parent 2026073 commit 607aba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr/94/docs/src/iroh_blobs/store/fs/gc.rs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
<span class="kw">match </span>(cb)(<span class="kw-2">&amp;mut </span>live).<span class="kw">await </span>{
691691
ProtectOutcome::Continue =&gt; {}
692692
ProtectOutcome::Abort =&gt; {
693-
<span class="macro">info!</span>(<span class="string">"Skip gc run: protect callback indicated skip"</span>);
693+
<span class="macro">info!</span>(<span class="string">"abort gc run: protect callback indicated abort"</span>);
694694
<span class="kw">continue</span>;
695695
}
696696
}

0 commit comments

Comments
 (0)