Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nathanmarz/storm-contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Jackson committed Jan 15, 2013
2 parents 5806bd8 + 8142df8 commit 0a92bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storm-kafka/src/jvm/storm/kafka/PartitionManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public void commit() {
LOG.info("Wrote committed offset to ZK: " + committedTo);
_committedTo = committedTo;
}
LOG.info("Comitted offset for " + _partition);
LOG.info("Committed offset " + committedTo + " for " + _partition);
}

private String committedPath() {
Expand Down

0 comments on commit 0a92bbd

Please sign in to comment.