diff --git a/pkg/strategy/xfunding/strategy.go b/pkg/strategy/xfunding/strategy.go index 9d57f51e4..54968f3d4 100644 --- a/pkg/strategy/xfunding/strategy.go +++ b/pkg/strategy/xfunding/strategy.go @@ -857,7 +857,7 @@ func (s *Strategy) syncSpotPosition(ctx context.Context) { // avoid increase the order size if s.spotMarket.IsDustQuantity(orderQuantity, orderPrice) { - log.Infof("skip futures order with dust quantity %s, market = %+v", orderQuantity.String(), s.spotMarket) + log.Infof("skip spot order with dust quantity %s, market=%+v balance=%+v", orderQuantity.String(), s.spotMarket, b) return }