mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-26 00:49:38 +07:00
info() for ignore_remove
This commit is contained in:
parent
678484af64
commit
845cb370d2
@ -239,8 +239,8 @@ int udev_device_event(struct udev_rules *rules, struct udevice *udev)
|
||||
if (udev_db_get_device(udev, udev->dev->devpath) == 0) {
|
||||
udev_db_delete_device(udev);
|
||||
if (udev->ignore_remove) {
|
||||
dbg("remove event for '%s' requested to be ignored by rule", udev->name);
|
||||
return 0;
|
||||
info("ignore_remove for '%s'", udev->name);
|
||||
goto exit;
|
||||
}
|
||||
/* restore stored persistent data */
|
||||
list_for_each_entry(name_loop, &udev->env_list, node)
|
||||
|
Loading…
Reference in New Issue
Block a user