Improve debug log some more.
This commit is contained in:
parent
108205ffc6
commit
dc4914bd19
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ def main():
|
||||||
parse_package_name('sqlports', pkg_spec, module)
|
parse_package_name('sqlports', pkg_spec, module)
|
||||||
installed_state = get_package_state('sqlports', pkg_spec, module)
|
installed_state = get_package_state('sqlports', pkg_spec, module)
|
||||||
if not installed_state:
|
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)
|
package_present('sqlports', installed_state, pkg_spec, module)
|
||||||
|
|
||||||
if name == '*':
|
if name == '*':
|
||||||
|
|
Loading…
Reference in a new issue