From 3b4e2b6790335b64874c3eb3dc1f093f476e320c Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 20 Jun 2022 16:18:18 -0700 Subject: [PATCH] Ever-so-slightly friendlier. --- src/pricebot/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pricebot/core.clj b/src/pricebot/core.clj index 75e984e..a029038 100644 --- a/src/pricebot/core.clj +++ b/src/pricebot/core.clj @@ -218,7 +218,7 @@ (println "Stopping pricebot...") (stop! bot) (>!! shutdown true)))) - (log/notify! logger (str "Hi! I'm going to start watching the price of " (name currency))) + (log/notify! logger (str "Hi! I'm going to start watching the price of " (name currency) " for you.")) (start! bot) (