File core-downgrade-warning-about-duplicate-device-names.patch of Package systemd.1472
Index: systemd-210/src/core/device.c
===================================================================
--- systemd-210.orig/src/core/device.c
+++ systemd-210/src/core/device.c
@@ -320,7 +320,7 @@ static int device_setup_unit(Manager *m,
if (u &&
DEVICE(u)->sysfs &&
!path_equal(DEVICE(u)->sysfs, sysfs)) {
- log_error_unit(u->id, "Device %s appeared twice with different sysfs paths %s and %s", e, DEVICE(u)->sysfs, sysfs);
+ log_debug_unit(u->id, "Device %s appeared twice with different sysfs paths %s and %s", e, DEVICE(u)->sysfs, sysfs);
return -EEXIST;
}