Improve debug log some more.

This commit is contained in:
Patrik Lundin 2016-07-01 18:38:19 +02:00
parent d55f22a2c6
commit 1453d55c23

View file

@ -477,7 +477,7 @@ def main():
parse_package_name('sqlports', pkg_spec, module)
installed_state = get_package_state('sqlports', pkg_spec, module)
if not installed_state:
module.debug("main(): installing sqlports")
module.debug("main(): installing 'sqlports' because build=%s" % module.params['build'])
package_present('sqlports', installed_state, pkg_spec, module)
if name == '*':