mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
bbgo: print submit order in the message
This commit is contained in:
parent
a01888dcdd
commit
07f2de4300
|
@ -377,7 +377,7 @@ batchRetryOrder:
|
|||
// can allocate permanent error backoff.Permanent(err) to stop backoff
|
||||
createdOrder, err2 := exchange.SubmitOrder(timeoutCtx, submitOrder)
|
||||
if err2 != nil {
|
||||
logger.WithError(err2).Errorf("submit order error")
|
||||
logger.WithError(err2).Errorf("submit order error: %s", submitOrder.String())
|
||||
}
|
||||
|
||||
if err2 == nil && createdOrder != nil {
|
||||
|
|
Loading…
Reference in New Issue
Block a user