Skip to content

Commit ba9cc6c

Browse files
committed
Also log the calendar
1 parent f703723 commit ba9cc6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: provider/source/src/datetime/neo_skeleton.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,9 @@ impl SourceDataProvider {
289289
let previous_field = Field::from(previous_field);
290290
let field = Field::from(field);
291291
let attributes = attributes.as_str();
292+
let calendar = calendar.map(|c| c.cldr_name()).unwrap_or("generic");
292293
log::warn!(
293-
"{locale}/{attributes:}: conflicting field: {previous_field} <=> {field}"
294+
"{calendar}/{locale}/{attributes}: conflicting field: {previous_field} <=> {field}"
294295
)
295296
});
296297
trio

0 commit comments

Comments
 (0)