diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2011-04-19 10:03:53 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2011-04-19 10:03:53 -0400 |
| commit | f40c5375ba7ce15a78188e21c9f2da63145d4b26 (patch) | |
| tree | a4a4a7cb95633c9306c7f5226f170c0fe06ef5bc /src/datalayer.clj | |
| parent | 5ac9bee0dd9d0a3fa146da4f73a42a08e5b94fea (diff) | |
sostler prod commit
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] |
