]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu_block: fix copy&paste typo in SSH protocol
authorPavel Hrdina <phrdina@redhat.com>
Mon, 19 Apr 2021 10:28:17 +0000 (12:28 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 19 Apr 2021 10:48:24 +0000 (12:48 +0200)
Fixes: caf71b64fe6989116316b966fda119cd3e47f485
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_block.c

index 6845e251761c990e5095f58838aaec8e5d8444d0..a972e1e3687f3c75c25d229de555abce2cbd1220 100644 (file)
@@ -965,7 +965,7 @@ qemuBlockStorageSourceGetSshProps(virStorageSource *src)
 
     if (src->nhosts != 1) {
         virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
-                       _("sheepdog protocol accepts only one host"));
+                       _("ssh protocol accepts only one host"));
         return NULL;
     }