We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc425e commit 5a19ca2Copy full SHA for 5a19ca2
src/utils/queue_builder.rs
@@ -19,7 +19,7 @@ pub fn queue_builder(
19
20
// check lock file
21
if build_queue.is_locked()? {
22
- warn!("Lock file exists, skipping building new crates");
+ warn!("Build queue is locked, skipping building new crates");
23
thread::sleep(Duration::from_secs(60));
24
continue;
25
}
0 commit comments