Skip to content

Commit

Permalink
Add missing parens to log message
Browse files Browse the repository at this point in the history
  • Loading branch information
akonradi-signal authored and emilio committed Jun 3, 2024
1 parent 3cbb637 commit e469e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindgen/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ impl Parse {
);
}
(false, Some(_exported_name)) => {
warn!("Skipping {} - (not `extern \"C\"`", loggable_item_name());
warn!("Skipping {} - (not `extern \"C\"`)", loggable_item_name());
}
(false, None) => {}
}
Expand Down

0 comments on commit e469e44

Please sign in to comment.