Skip to content

Commit 6209842

Browse files
committed
tweak lock message
Change the message from waiting for file lock on package cache lock to waiting for file lock on package cache
1 parent 9066c62 commit 6209842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ impl Config {
882882
}
883883
None => {
884884
let path = ".package-cache";
885-
let desc = "package cache lock";
885+
let desc = "package cache";
886886

887887
// First, attempt to open an exclusive lock which is in general
888888
// the purpose of this lock!

0 commit comments

Comments
 (0)