Skip to content

Commit

Permalink
Correctly format disputer log
Browse files Browse the repository at this point in the history
  • Loading branch information
travisperson committed Mar 4, 2021
1 parent 191a05d commit 2d5a6da
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 2d5a6da

Please sign in to comment.