diff --git a/pkg/strategy/xmaker/strategy.go b/pkg/strategy/xmaker/strategy.go index 9694207c4..10762a8f6 100644 --- a/pkg/strategy/xmaker/strategy.go +++ b/pkg/strategy/xmaker/strategy.go @@ -251,7 +251,7 @@ func (s *Strategy) updateQuote(ctx context.Context) { } if disableMakerAsk && disableMakerBid { - log.Warn("maker is disabled due to insufficient balances") + log.Warn("bid/ask maker is disabled due to insufficient balances") return }