]> xenbits.xensource.com Git - libvirt.git/commit
Make vshDebug work when parsing parameters
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 13 Mar 2013 08:03:34 +0000 (09:03 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 15 Mar 2013 14:05:44 +0000 (15:05 +0100)
commitabfff210060625af8914e28601f1ec6ed96b05ae
tree22fb3c9c12ac4ad0b087536f4c8e019545476d08
parentcc78d7ba0e64b870013ad7753c3d24cc88905712
Make vshDebug work when parsing parameters

The vshInit initializes ctl->debug by which vshDebug (which is also
called in vshParseArgv) decides whether to print out the message or
not.
tools/virsh.c