udev: add debug logs for delaying and delegation of events
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 9 Mar 2020 21:02:30 +0000 (22:02 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 11 Mar 2020 07:44:32 +0000 (08:44 +0100)
commit7600dbb870d3f8adc4e91ea35e93b44e5912e013
tree5585ce9d4d0a8e0302a0e99df7ca917d579e331d
parent0335d110afc08baf47d76b7011ce02510dfdd524
udev: add debug logs for delaying and delegation of events

Up to now each uevent logs the following things at debug level:

 - Device is queued
 - Processing device
 - Device processed

However when the device is queued it might still have to wait for
earlier devices to be processed before being able to start being
processed itself. When analysing logs this dependency information is
quite cruicial, so add respective debug log calls.
src/udev/udevd.c