Skip to content

Commit

Permalink
Adding a output rather then printstack to simpleDB
Browse files Browse the repository at this point in the history
  • Loading branch information
akamel001 committed Apr 8, 2012
1 parent 57b985b commit 0f89748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/SimpleDB.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ public void memberRefresh(){
try {
sdbc.putAttributes(newRequest);
} catch(Exception e){
e.printStackTrace();
//e.printStackTrace();
System.out.println("An exception was cought in member refresh. Maybe due to a lock on the db.");
}
}

Expand Down

0 comments on commit 0f89748

Please sign in to comment.