Skip to content

Commit

Permalink
Merge pull request #153 from bcwaldon/fix-log-statement
Browse files Browse the repository at this point in the history
fix(logging): Fix malformed log statement
  • Loading branch information
philips committed Jan 13, 2014
2 parents fc9fafb + 6b0e658 commit edb2b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func (l *Log) setCommitIndex(index uint64) error {

// Apply the changes to the state machine and store the error code.
returnValue, err := l.ApplyFunc(command)
debugf("setCommitIndex.set.result index: %v entires index: ", i, entryIndex)
debugf("setCommitIndex.set.result index: %v, entries index: %v", i, entryIndex)
if entry.event != nil {
entry.event.returnValue = returnValue
entry.event.c <- err
Expand Down

0 comments on commit edb2b5c

Please sign in to comment.