We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7c999 commit 41fa94bCopy full SHA for 41fa94b
src/docbuilder/rustwide_builder.rs
@@ -578,9 +578,9 @@ impl RustwideBuilder {
578
if let Err(err) = self
579
.artifact_cache
580
.save(&published_by.id.to_string(), build.host_target_dir())
581
- .context("error giving back artifact cache")
+ .context("error saving artifact cache")
582
{
583
- warn!(?err, "could not give back artifact cache");
+ warn!(?err, "could not save artifact cache");
584
};
585
}
586
0 commit comments