From: Michal Privoznik Date: Thu, 24 Aug 2023 15:03:58 +0000 (+0200) Subject: openvz: Move error messages onto a single line X-Git-Tag: v9.8.0-rc1~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab20f75345cb07eb36b9d8996d32d9e68c0dd010;p=thirdparty%2Flibvirt.git openvz: Move error messages onto a single line Error messages are exempt from the 80 columns rule. Move them onto one line. Signed-off-by: Michal Privoznik Reviewed-by: Pavel Hrdina --- diff --git a/src/openvz/openvz_driver.c b/src/openvz/openvz_driver.c index 69e4c9899b..1bd96dfb56 100644 --- a/src/openvz/openvz_driver.c +++ b/src/openvz/openvz_driver.c @@ -2033,8 +2033,7 @@ openvzDomainMigratePrepare3Params(virConnectPtr dconn, if (STRPREFIX(my_hostname, "localhost")) { virReportError(VIR_ERR_INTERNAL_ERROR, "%s", - _("hostname on destination resolved to localhost," - " but migration requires an FQDN")); + _("hostname on destination resolved to localhost, but migration requires an FQDN")); goto error; }