[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Richard W.M. Jones rjones at redhat.com
Sat Jun 1 11:04:42 UTC 2013


The following commit has been merged in the experimental branch:
commit be05a036e231e562a8ba86ed1a6f4f11cff9d8fb
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat May 11 18:04:25 2013 +0100

    drives: Fix typo in error message.
    
    This fixes commit 0a065c45748ec5efe86f4d02f4864a58ed7dae36.

diff --git a/src/drives.c b/src/drives.c
index bfafbeb..acfb0bb 100644
--- a/src/drives.c
+++ b/src/drives.c
@@ -355,7 +355,7 @@ create_drive_ssh (guestfs_h *g,
   }
 
   if (exportname[0] != '/') {
-    error (g, _("sheepdog: pathname must begin with a '/'"));
+    error (g, _("ssh: pathname must begin with a '/'"));
     return NULL;
   }
 

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list