dom0: qvm-run: Disable verbose mode when using --pass_io
We should really fix all the qvm-rools to use stderr for diagnastic output instead...
This commit is contained in:
parent
f69caefa61
commit
4044c2da8b
@ -172,6 +172,9 @@ def main():
|
||||
(options, args) = parser.parse_args ()
|
||||
|
||||
|
||||
if options.passio:
|
||||
options.verbose = False
|
||||
|
||||
if (options.shutdown or options.pause or options.unpause):
|
||||
takes_cmd_argument = False
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user