From: Maxim Nestratov Date: Tue, 26 May 2015 17:12:00 +0000 (+0300) Subject: parallels: recommend to connect to vz:///system when connection fails X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4f20b241bb0e6ead282be48119d3643e0839f7e2;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git parallels: recommend to connect to vz:///system when connection fails Though parallels:///system is still accepted we will encourage users to use vz:///system instead. Signed-off-by: Maxim Nestratov --- diff --git a/src/parallels/parallels_driver.c b/src/parallels/parallels_driver.c index e150448bb..44b4de86b 100644 --- a/src/parallels/parallels_driver.c +++ b/src/parallels/parallels_driver.c @@ -316,7 +316,7 @@ parallelsConnectOpen(virConnectPtr conn, /* From this point on, the connection is for us. */ if (!STREQ_NULLABLE(conn->uri->path, "/system")) { virReportError(VIR_ERR_INTERNAL_ERROR, - _("Unexpected Parallels URI path '%s', try parallels:///system"), + _("Unexpected Virtuozzo URI path '%s', try vz:///system"), conn->uri->path); return VIR_DRV_OPEN_ERROR; }