mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
locking: 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
e0420aeda5
commit
2fa5c92b09
@ -831,8 +831,7 @@ virLockManagerSanlockRegisterKillscript(int sock,
|
||||
VIR_FREE(err);
|
||||
} else {
|
||||
virReportSystemError(-rv, "%s",
|
||||
_("Failed to register lock failure"
|
||||
" action"));
|
||||
_("Failed to register lock failure action"));
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user