mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Update log debug message for tops collector
This commit is contained in:
parent
d7bb3b1735
commit
cf205af99a
@ -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]:
|
||||
|
Loading…
Reference in New Issue
Block a user