Skip to content

Commit

Permalink
fix(logging): Fix malformed log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwaldon committed Jan 13, 2014
1 parent fc9fafb commit 6b0e658
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 6b0e658

Please sign in to comment.