Update log debug message for tops collector

This commit is contained in:
Bo Maryniuk 2018-03-13 14:32:38 +01:00
parent d7bb3b1735
commit cf205af99a

View File

@ -120,7 +120,7 @@ def get_tops(extra_mods='', so_mods=''):
for mod in [salt, jinja2, yaml, tornado, msgpack, certifi, singledispatch,
singledispatch_helpers, ssl_match_hostname, markupsafe, backports_abc]:
if mod:
log.debug('Adding module: "%s"', mod.__name__)
log.debug('Adding module to the tops: "%s"', mod.__name__)
_add_dependency(tops, mod)
for mod in [m for m in extra_mods.split(',') if m]: