From e0d4400c5f4090e62c945916feed49c2b4ed19e1 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 22 May 2023 10:02:21 -0700 Subject: [PATCH] Just print the whole damn message --- src/tattler/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)