grid2: update log message

This commit is contained in:
c9s 2022-12-17 11:57:32 +08:00
parent fa73b0e7f7
commit 811be78933
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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)
}
}