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) (