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 <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Michal Privoznik 2023-08-24 17:03:58 +02:00
parent 9b10782bb7
commit ab20f75345

View File

@ -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;
}