]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Alter qemuGetCompressionProgram warning message
authorJohn Ferlan <jferlan@redhat.com>
Fri, 23 Sep 2016 11:09:03 +0000 (07:09 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 26 Sep 2016 11:44:42 +0000 (07:44 -0400)
commit4052ac27267dba48ab9936268a37a5a5f1ca1a2c
tree2fe6b5187e0ec809e546321662bbf00af8b71215
parent882e360dac1ac0ba93fb7b872ddc327a4c4a7f0c
qemu: Alter qemuGetCompressionProgram warning message

Add a new parameter 'styleFormat' to be used when printing the
warning message so that it's "clearer" what style of compression
call caused the error. Add that style to both messages as a paremter.

Also a VIR_WARN error message doesn't need to be translated
 (e.g. inside _()), so remove the need for the translation.
src/qemu/qemu_driver.c