Skip to content

Commit 4e67646

Browse files
committed
update log messages
1 parent bf8440b commit 4e67646

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
@@ -581,9 +581,9 @@ impl RustwideBuilder {
581581
if let Err(err) = self
582582
.artifact_cache
583583
.save(&published_by.id.to_string(), build.host_target_dir())
584-
.context("error giving back artifact cache")
584+
.context("error saving artifact cache")
585585
{
586-
warn!(?err, "could not give back artifact cache");
586+
warn!(?err, "could not save artifact cache");
587587
};
588588
}
589589

0 commit comments

Comments
 (0)