Skip to content

Commit

Permalink
Make notice about missing windows debug files verbose-only
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jun 26, 2024
1 parent a128f77 commit 59d70d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ pub fn cinstall(ws: &Workspace, packages: &[CPackage]) -> anyhow::Result<()> {
} else {
ws.gctx()
.shell()
.status("Absent", "debugging information")?;
.verbose(|shell| shell.status("Absent", "debugging information"))?;
}
}
}
Expand Down

0 comments on commit 59d70d9

Please sign in to comment.