Skip to content

Commit

Permalink
Merge pull request #5716 from filecoin-project/fix/disputer-format-log
Browse files Browse the repository at this point in the history
Correctly format disputer log
  • Loading branch information
magik6k authored Mar 5, 2021
2 parents 92c5514 + 2d5a6da commit 9f721bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/disputer.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ var disputerStartCmd = &cli.Command{
if err != nil {
disputeLog.Errorw("failed to dispute post message", "err", err.Error(), "miner", dpmsg.To)
} else {
disputeLog.Infof("submited dispute", "mcid", m.Cid(), "miner", dpmsg.To)
disputeLog.Infow("submited dispute", "mcid", m.Cid(), "miner", dpmsg.To)
}
}

Expand Down

0 comments on commit 9f721bf

Please sign in to comment.