Skip to content

Commit

Permalink
PUT returns null, leading to a NullPointerException when debug loggin…
Browse files Browse the repository at this point in the history
…g is enabled in SocketStore
  • Loading branch information
pbailis committed Jul 23, 2012
1 parent 3886bb1 commit 2c6b61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/voldemort/store/socket/SocketStore.java
Expand Up @@ -445,7 +445,7 @@ private void invokeCallback(Object o, long requestTime) {
+ clientRequestExecutor.getSocketChannel()
.socket()
.getLocalPort() + " result: "
+ o.toString());
+ o);
}

callback.requestComplete(o, requestTime);
Expand Down

0 comments on commit 2c6b61f

Please sign in to comment.