Remove stray LOG.blather
We are now longer using blather so remove an instance of it that must of snuck in. Change-Id: I313924da4eb5bcb815d621a3eb3d66c80ec946df
This commit is contained in:
@@ -180,7 +180,7 @@ 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user