]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Improve error messages using qemuMigrationJobName
authorJiri Denemark <jdenemar@redhat.com>
Wed, 8 Jun 2022 08:05:38 +0000 (10:05 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 8 Jun 2022 09:00:43 +0000 (11:00 +0200)
commit4582267782105fea99485148c459fc4e33592d16
tree368b2995614091d241efdd3be531897973557b98
parent87257c76b9d58c1c52f3b30244ecfa20ce3eee72
qemu: Improve error messages using qemuMigrationJobName

They were constructed from two separate strings using "%s: %s", which
is ugly and does not work well with translations.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_migration.c