diff --git a/src/tattler/core.clj b/src/tattler/core.clj index 5fec931..42fb148 100644 --- a/src/tattler/core.clj +++ b/src/tattler/core.clj @@ -42,7 +42,7 @@ (log/info! logger (format "ignoring low-urgency message (%s < %s): %s" (:urgency note) urgency-threshold - (:summary note)))) + note))) (let [err (humanize (t/explain Notification note))] (log/error! logger (format "rejecting invalid notification: %s (%s)\n%s" (:summary err) (:body err)