To aid problem resolution log the udev socket device to the pb_log. Signed-off-by: Geoff Levand --- discover/udev.c | 2 ++ 1 file changed, 2 insertions(+) --- a/discover/udev.c +++ b/discover/udev.c @@ -201,6 +201,8 @@ struct udev *udev_init(struct device_han waiter_register(udev->socket, WAIT_IN, udev_process, udev); + pb_log("%s: waiting on %s\n", __func__, PBOOT_DEVICE_SOCKET); + return udev; out_err: --