diff --git a/pkg/strategy/xdepthmaker/strategy.go b/pkg/strategy/xdepthmaker/strategy.go index 0ce5e3aa0..adc7c7814 100644 --- a/pkg/strategy/xdepthmaker/strategy.go +++ b/pkg/strategy/xdepthmaker/strategy.go @@ -417,8 +417,7 @@ func (s *Strategy) quoteWorker(ctx context.Context) { // clean up the previous open orders if err := s.cleanUpOpenOrders(ctx, s.makerSession); err != nil { - log.WithError(err).Errorf("error cleaning up open orders") - return + log.WithError(err).Warnf("error cleaning up open orders") } s.updateQuote(ctx, 0)