]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote: Don't print a warning every time a remote call fails
authorCole Robinson <crobinso@redhat.com>
Thu, 8 Oct 2009 14:58:29 +0000 (10:58 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 13 Oct 2009 14:56:42 +0000 (10:56 -0400)
commit36297e1db21b3e3f47f2a23a0a51f387a3a577a0
tree83058a78bfa88118dd0b6a605ceb7d2cf1e589e7
parente3f5dbcdf01040f44188fa9d32c1a1ead0216444
remote: Don't print a warning every time a remote call fails

$ sudo virsh pool-start idontexist
10:58:18.716: warning : processCallDispatchReply:7612 : Method call error
error: failed to get pool 'idontexist'
error: Storage pool not found: no pool with matching name 'idontexist'

That warning doesn't server much purpose being printed via a virsh call. So
remove the message.
src/remote/remote_driver.c