Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
opaolini committed Mar 2, 2021
1 parent 4581600 commit 80d4c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeroex/ordervalidator/order_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func ConvertRejectOrderCodeToOrderEventEndState(rejectedOrderStatus RejectedOrde
return zeroex.ESOrderBecameUnfunded, true
default:
// Catch-all returns Invalid OrderEventEndState
log.WithField("rejectedOrderStatus", string(rejectedOrderStatus)).Info("Unexpected RejectedOrderStatus")
log.WithField("rejectedOrderStatus", rejectedOrderStatus.Message).Info("Unexpected RejectedOrderStatus")
return zeroex.ESInvalid, false
}
}
Expand Down

0 comments on commit 80d4c33

Please sign in to comment.