From 8630d370239482b6e4913e81011440b173e41b79 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 Aug 2010 03:31:31 +0200 Subject: [PATCH] device: be more verbose of udev confuses us --- src/device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/device.c b/src/device.c index c1d1b9ab0..7323192a7 100644 --- a/src/device.c +++ b/src/device.c @@ -190,7 +190,8 @@ static int device_update_unit(Manager *m, struct udev_device *dev, const char *p /* If this is a different unit, then let's not merge things */ if (u && DEVICE(u)->sysfs && !path_equal(DEVICE(u)->sysfs, sysfs)) { - log_error("Hmm, something's broken. Asked to create two devices with same name but different sysfs paths."); + log_error("Hmm, something's broken. Asked to create two devices with same name but different sysfs paths. (%s vs %s)", + DEVICE(u)->sysfs, sysfs); return -EEXIST; } -- 2.30.2