Skip to content

Commit a50f679

Browse files
committed
logging: small tweak to formatting
1 parent 0392d43 commit a50f679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tz/db/bundled/enabled.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ impl Database {
2626
Err(_err) => {
2727
warn!(
2828
"failed to parse TZif data from bundled \
29-
tzdb for time zone {canonical_name} \
30-
(this is like a bug, please report it): {_err}"
29+
tzdb for time zone `{canonical_name}` \
30+
(this is likely a bug, please report it): {_err}"
3131
);
3232
return None;
3333
}

0 commit comments

Comments
 (0)