diff --git a/zaqar/common/pipeline.py b/zaqar/common/pipeline.py index fc2e8b1d..8aab516e 100644 --- a/zaqar/common/pipeline.py +++ b/zaqar/common/pipeline.py @@ -91,7 +91,7 @@ class Pipeline(object): sstage = six.text_type(stage) msgtmpl = _(u"Stage %(stage)s does not " "implement %(method)s") - LOG.warning(msgtmpl, {'stage': sstage, 'method': method}) + LOG.debug(msgtmpl, {'stage': sstage, 'method': method}) continue tmp = target(*args, **kwargs)