diff --git a/src/main/lemondronor/circlebot.cljs b/src/main/lemondronor/circlebot.cljs index 73a7eed..b1320bc 100644 --- a/src/main/lemondronor/circlebot.cljs +++ b/src/main/lemondronor/circlebot.cljs @@ -346,6 +346,8 @@ (defn generate-description [ac sqb reverse wiki-nearby nearby] (let [info (template-data ac sqb reverse wiki-nearby nearby) expansion (expand-template info)] + (when (not expansion) + (log-warn "Info: %s" info)) (:text expansion)))