mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 01:34:11 +03:00
security: 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:
parent
cc6fb6e178
commit
e0259b5752
@ -2320,8 +2320,7 @@ virSecurityDACGenLabel(virSecurityManager *mgr,
|
||||
|
||||
if (seclabel->imagelabel) {
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||
_("security image label already "
|
||||
"defined for VM"));
|
||||
_("security image label already defined for VM"));
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
@ -112,8 +112,7 @@ vah_usage(void)
|
||||
" -F | --append-file <file> append file to an existing profile\n"
|
||||
"\n"), progname);
|
||||
|
||||
puts(_("This command is intended to be used by libvirtd "
|
||||
"and not used directly.\n"));
|
||||
puts(_("This command is intended to be used by libvirtd and not used directly.\n"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user