check_xbps: add some verbose output

This commit is contained in:
Sven Velt 2016-11-24 18:50:30 +01:00
parent 34818c1e61
commit 8fafec4e98

View file

@ -105,6 +105,7 @@ def run_command(cmdline):
##############################################################################
if plugin.options.sync_repo_index:
plugin.verbose(1, '-S/--sync_repo_index given')
cmdline = [plugin.options.xbps_install, '-S',]
(sout, serr, rc) = run_command(cmdline)
sout and plugin.verbose(3, sout, prefix='stdout: ')