Skip to content

Commit

Permalink
tweak lock message
Browse files Browse the repository at this point in the history
Change the message from
waiting for file lock on package cache lock
to
waiting for file lock on package cache
  • Loading branch information
matthiaskrgr committed Jun 11, 2019
1 parent 9066c62 commit 6209842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ impl Config {
}
None => {
let path = ".package-cache";
let desc = "package cache lock";
let desc = "package cache";

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

0 comments on commit 6209842

Please sign in to comment.