check_xbps: add some verbose output
This commit is contained in:
parent
95742e3d12
commit
45f91ba985
|
@ -105,6 +105,7 @@ def run_command(cmdline):
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
if plugin.options.sync_repo_index:
|
if plugin.options.sync_repo_index:
|
||||||
|
plugin.verbose(1, '-S/--sync_repo_index given')
|
||||||
cmdline = [plugin.options.xbps_install, '-S',]
|
cmdline = [plugin.options.xbps_install, '-S',]
|
||||||
(sout, serr, rc) = run_command(cmdline)
|
(sout, serr, rc) = run_command(cmdline)
|
||||||
sout and plugin.verbose(3, sout, prefix='stdout: ')
|
sout and plugin.verbose(3, sout, prefix='stdout: ')
|
||||||
|
|
Loading…
Reference in a new issue