Skip to content

Commit 754fd98

Browse files
committed
update logmessage after crate deletion
1 parent c5d35e6 commit 754fd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_queue.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ impl BuildQueue {
313313
.with_context(|| format!("failed to delete crate {}", krate))
314314
{
315315
Ok(_) => info!(
316-
"crate {} was deleted from the index and will be deleted from the database",
316+
"crate {} was deleted from the index and the database",
317317
krate
318318
),
319319
Err(err) => report_error(&err),

0 commit comments

Comments
 (0)