Skip to content

Commit 5a19ca2

Browse files
committed
change log message when queue is locked
1 parent bbc425e commit 5a19ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/queue_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub fn queue_builder(
1919

2020
// check lock file
2121
if build_queue.is_locked()? {
22-
warn!("Lock file exists, skipping building new crates");
22+
warn!("Build queue is locked, skipping building new crates");
2323
thread::sleep(Duration::from_secs(60));
2424
continue;
2525
}

0 commit comments

Comments
 (0)