Yaniv Bronhaim has uploaded a new change for review. Change subject: Changing libvirt configure print ......................................................................
Changing libvirt configure print Change-Id: I081a5f8f13eb035994179174c976b2c2b629b74d Signed-off-by: Yaniv Bronhaim <[email protected]> --- M lib/vdsm/tool/libvirt_configure.sh.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/96/17296/1 diff --git a/lib/vdsm/tool/libvirt_configure.sh.in b/lib/vdsm/tool/libvirt_configure.sh.in index be043d4..845e856 100755 --- a/lib/vdsm/tool/libvirt_configure.sh.in +++ b/lib/vdsm/tool/libvirt_configure.sh.in @@ -279,7 +279,7 @@ case "$1" in reconfigure) - echo "Starting configure libvirt to VDSM ..." + echo "Starting configure libvirt for VDSM..." configure "$LCONF" "$QCONF" "$LDCONF" "$QLCONF" "$2" echo "=Done configuring libvirt=" RETVAL=$? -- To view, visit http://gerrit.ovirt.org/17296 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I081a5f8f13eb035994179174c976b2c2b629b74d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
