Merge "Remove stray LOG.blather"
This commit is contained in:
@@ -180,10 +180,10 @@ class _ProviderLocator(object):
|
|||||||
" produced by %s but was unable to get at"
|
" produced by %s but was unable to get at"
|
||||||
" that providers results" % (looking_for, p))
|
" that providers results" % (looking_for, p))
|
||||||
else:
|
else:
|
||||||
LOG.blather("Avoiding using the results of"
|
LOG.trace("Avoiding using the results of"
|
||||||
" %r (from %s) for name %r because"
|
" %r (from %s) for name %r because"
|
||||||
" it was ignored", p.name, p,
|
" it was ignored", p.name, p,
|
||||||
looking_for)
|
looking_for)
|
||||||
else:
|
else:
|
||||||
tmp_providers_and_results.append((p, provider_results))
|
tmp_providers_and_results.append((p, provider_results))
|
||||||
if tmp_providers_and_results and short_circuit:
|
if tmp_providers_and_results and short_circuit:
|
||||||
|
Reference in New Issue
Block a user