[Pkg-libvirt-commits] [libguestfs] 249/266: p2v: Add a status message for when we detect the control connection has been closed.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:42:52 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.35-1
in repository libguestfs.
commit 0136f50f064bbcea303298e6f22935ee1afffb46
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Mon Sep 1 16:07:04 2014 +0100
p2v: Add a status message for when we detect the control connection has been closed.
---
p2v/conversion.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/p2v/conversion.c b/p2v/conversion.c
index 3446d0e..cea4e94 100644
--- a/p2v/conversion.c
+++ b/p2v/conversion.c
@@ -246,6 +246,9 @@ start_conversion (struct config *config,
notify_ui (NOTIFY_REMOTE_MESSAGE, buf);
}
+ if (notify_ui)
+ notify_ui (NOTIFY_STATUS, _("Control connection closed by remote."));
+
ret = 0;
out:
if (control_h)
--
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