Skip to content

Commit 2990f6b

Browse files
committed
dial down log level for unparseable items again (#364)
It's more annoying than it's worth, and most of the time changelogs won't be unstable due to that.
1 parent e175621 commit 2990f6b

File tree

1 file changed

+1
-1
lines changed
  • cargo-smart-release/src/changelog

1 file changed

+1
-1
lines changed

cargo-smart-release/src/changelog/parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ fn record_unknown_range(out: &mut Vec<section::Segment>, range: Option<Range<usi
431431
}
432432

433433
fn track_unknown_event(unknown_event: Event<'_>, unknown: &mut String) {
434-
log::warn!("Cannot handle {:?}", unknown_event);
434+
log::trace!("Cannot handle {:?}", unknown_event);
435435
match unknown_event {
436436
Event::Html(text)
437437
| Event::Code(text)

0 commit comments

Comments
 (0)