Improve debug log some more.

This commit is contained in:
Patrik Lundin 2016-07-01 18:38:19 +02:00 committed by Matt Clay
parent 108205ffc6
commit dc4914bd19

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 == '*':