]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
virsh: fix previous patch
authorJiri Denemark <jdenemar@redhat.com>
Thu, 14 Jul 2011 11:58:02 +0000 (13:58 +0200)
committerEric Blake <eblake@redhat.com>
Thu, 14 Jul 2011 13:14:05 +0000 (07:14 -0600)
commitf580a33ffdeaa567823f87ce0c03264cc2aa9192
tree30bf008e0bdd3c767b2f66dc5fa2d4176275024f
parentc1710ca6a05b8e679dde6ff26b560a68bf196485
virsh: fix previous patch

The last patch breaks make check for two reasons. First, it reverses the
condition but leaves default level unchanged, so instead of not printing
anything but errors before the patch it now prints all debug messages by
default. Second, you forgot to change -d5 option passed to virsh in
tests/virsh-optparse to -d0; the script wants to see all debug messages.
tests/virsh-optparse
tools/virsh.c