mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
grid2: update log message
This commit is contained in:
parent
fa73b0e7f7
commit
811be78933
|
@ -381,7 +381,7 @@ func (s *Strategy) processFilledOrder(o types.Order) {
|
|||
if createdOrders, err := s.orderExecutor.SubmitOrders(context.Background(), orderForm); err != nil {
|
||||
s.logger.WithError(err).Errorf("can not submit arbitrage order")
|
||||
} else {
|
||||
s.logger.Infof("order created: %+v", createdOrders)
|
||||
s.logger.Infof("GRID REVERSE ORDER IS CREATED: %+v", createdOrders)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user