Merge "Remove stray LOG.blather"

This commit is contained in:
Jenkins
2016-02-01 07:44:47 +00:00
committed by Gerrit Code Review

View File

@@ -180,7 +180,7 @@ class _ProviderLocator(object):
" produced by %s but was unable to get at"
" that providers results" % (looking_for, p))
else:
LOG.blather("Avoiding using the results of"
LOG.trace("Avoiding using the results of"
" %r (from %s) for name %r because"
" it was ignored", p.name, p,
looking_for)