Skip to content

Commit

Permalink
Update verbose info message
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 11, 2025
1 parent 3ed2ffe commit 41d734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub(crate) fn with(
let mut private_crates = BTreeSet::new();
let modify_deps = |doc: &mut toml_edit::DocumentMut, manifest_path: &Path| {
if term::verbose() {
info!("modifying from {}", manifest_path.display());
info!("modifying dependencies in {}", manifest_path.display());
}
remove_dev_deps(doc);
if let Some(mode) = args.detach_path_deps {
Expand Down

0 comments on commit 41d734f

Please sign in to comment.