瀏覽代碼

check_xbps: add some verbose output

Sven Velt 8 年之前
父節點
當前提交
45f91ba985
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      check_xbps.py

+ 1 - 0
check_xbps.py

@@ -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: ')