Skip to content

Commit

Permalink
debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand committed Feb 16, 2012
1 parent a1caec6 commit 0089f6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/heroku/ShareAppWorker.java
Expand Up @@ -39,7 +39,8 @@ public static void main(String[] args) throws InterruptedException {
updtReq.put("status", "complete");

jedis.hmset(request.get(0), updtReq);

System.out.println(String.format("[Requested By:%s] - %s : Updated Redis Hash [id=%s] ",request.get(1),"REQCMP",request.get(0)));

} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
Expand Down

0 comments on commit 0089f6f

Please sign in to comment.