diff options
Diffstat (limited to 'src/datalayer.clj')
| -rw-r--r-- | src/datalayer.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datalayer.clj b/src/datalayer.clj index b602d0b..52d3b0a 100644 --- a/src/datalayer.clj +++ b/src/datalayer.clj @@ -156,7 +156,7 @@ WHERE u.nick = ANY(?)" {symbol (.getElement t) :score (int (.getScore t))}) (catch Exception e - (println "jedis exception" e) + (println (new java.util.Date) "jedis exception" e) []))) (defn fetch-redis-daily-hall [date offset num user-id] |
