[Libguestfs] [PATCHp2v] virt-p2v-server: Die with the correct error message.

Richard W.M. Jones rjones at redhat.com
Wed Oct 2 12:20:51 UTC 2013


From: "Richard W.M. Jones" <rjones at redhat.com>

This caused the real error to be hidden, resulting in the
famous and uninformative:

virt-v2v: Died at /usr/bin/virt-p2v-server line 404, <> line 7.
---
 p2v/server/virt-p2v-server.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p2v/server/virt-p2v-server.pl b/p2v/server/virt-p2v-server.pl
index c15efb2..0121ab2 100755
--- a/p2v/server/virt-p2v-server.pl
+++ b/p2v/server/virt-p2v-server.pl
@@ -405,7 +405,7 @@ sub convert
         my $err = $@;
         $g->close() if defined($g);
 
-        die($@);
+        die($err);
     }
 
     p2v_return_ok();
-- 
1.8.3.1




More information about the Libguestfs mailing list