mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-01 16:58:33 +03:00
node_device: 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
b0daf7fa7c
commit
4a09a89c4b
@ -1889,8 +1889,7 @@ udevEventHandleThread(void *opaque G_GNUC_UNUSED)
|
||||
if (errno != EAGAIN && errno != EWOULDBLOCK && errno != EINVAL) {
|
||||
VIR_WARNINGS_RESET
|
||||
virReportSystemError(errno, "%s",
|
||||
_("failed to receive device from udev "
|
||||
"monitor"));
|
||||
_("failed to receive device from udev monitor"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user