mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-25 00:20:23 +07:00
udevmonitor: fix swapped event switch descriptions
This commit is contained in:
parent
27d4bf1817
commit
3f641815ec
@ -194,13 +194,13 @@ int main(int argc, char *argv[])
|
||||
retval = init_udev_monitor_socket();
|
||||
if (retval)
|
||||
goto out;
|
||||
printf("UEVENT the kernel uevent\n");
|
||||
printf("UDEV the event which udev sends out after rule processing\n");
|
||||
}
|
||||
if (kernel) {
|
||||
retval = init_uevent_netlink_sock();
|
||||
if (retval)
|
||||
goto out;
|
||||
printf("UDEV the event which udev sends out after rule processing\n");
|
||||
printf("UEVENT the kernel uevent\n");
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user