Skip to content

Commit

Permalink
Merge pull request #5359 from yaohcn/jk
Browse files Browse the repository at this point in the history
correct log in maybeUseAddress
  • Loading branch information
magik6k authored Jan 19, 2021
2 parents 388c53e + 41e9345 commit 0579aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/addresses.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ func maybeUseAddress(ctx context.Context, a addrSelectApi, addr address.Address,
*bestAvail = b
}

log.Warnw("address didn't have enough funds for window post message", "address", addr, "required", types.FIL(goodFunds), "balance", types.FIL(b))
log.Warnw("address didn't have enough funds to send message", "address", addr, "required", types.FIL(goodFunds), "balance", types.FIL(b))
return false
}

0 comments on commit 0579aec

Please sign in to comment.