Skip to content

Commit 93d6c68

Browse files
Update cli/src/subcommand.rs
Co-authored-by: tison <wander4096@gmail.com> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent 075b484 commit 93d6c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/subcommand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl CommandCheck {
107107

108108
let mut failed = check_unknown_files(context.unknown, self.shared.fail_if_unknown);
109109
if !context.missing.is_empty() {
110-
log::error!("Found missing header! Files: {}", context.missing.join(", "));
110+
log::error!("Found header missing in files: {:?}", context.missing);
111111
failed |= self.fail_if_missing;
112112
}
113113
if failed {

0 commit comments

Comments
 (0)