Skip to content

Commit 41fa94b

Browse files
committed
update log messages
1 parent cc7c999 commit 41fa94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docbuilder/rustwide_builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -578,9 +578,9 @@ impl RustwideBuilder {
578578
if let Err(err) = self
579579
.artifact_cache
580580
.save(&published_by.id.to_string(), build.host_target_dir())
581-
.context("error giving back artifact cache")
581+
.context("error saving artifact cache")
582582
{
583-
warn!(?err, "could not give back artifact cache");
583+
warn!(?err, "could not save artifact cache");
584584
};
585585
}
586586

0 commit comments

Comments
 (0)