fix log message

pull/2456/head
Weihua Lu 2021-07-28 16:33:31 +08:00
parent ff8e18ef90
commit dd93fa50d3
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
(try
(journal-name (tf/parse (tf/formatter "yyyy-MM-dd") s))
(catch js/Error e
(log/info :parse-journal-date {:message "Failed to parse date to journal name"
(log/info :parse-journal-date {:message "Unable to parse date to journal name, skipping."
:date-str s})
nil)))