[Pkg-libvirt-commits] [libguestfs] 15/35: v2v: -o rhev: Don't quote 'root' in error message.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:46:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.49-1
in repository libguestfs.

commit 5fed8dfae114367c347af170dcef0b5d6183f8c0
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Sep 17 13:59:39 2014 +0100

    v2v: -o rhev: Don't quote 'root' in error message.
---
 v2v/output_rhev.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/output_rhev.ml b/v2v/output_rhev.ml
index d9be514..f155357 100644
--- a/v2v/output_rhev.ml
+++ b/v2v/output_rhev.ml
@@ -96,7 +96,7 @@ and check_storage_domain verbose domain_class os mp =
   (* Check that the SD is writable. *)
   let testfile = mp // uuid // "v2v-write-test" in
   let write_test_failed err =
-    error (f_"the %s (%s) is not writable.\n\nThis probably means you need to run virt-v2v as 'root'.\n\nOriginal error was: %s")
+    error (f_"the %s (%s) is not writable.\n\nThis probably means you need to run virt-v2v as root.\n\nOriginal error was: %s")
       domain_class os err;
   in
   (try

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list