summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-07 20:04:27 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-07 20:04:27 -0400
commit3aa131c4cacc3e381d21f061a87da1cddd4963cb (patch)
tree0a650b0c5a52bfca7a220a09eb0eb5e5d28c4e8f
parentf7152c19b97391fb97d9125f7a211f0e678ec081 (diff)
parent071e0b8b3a698e73bcaecba09ffccab5553d2365 (diff)
Merge pull request #2987 from CyberShadow/pull-20160407-234344
core: downgrade warning about duplicate device names again
-rw-r--r--src/core/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/device.c b/src/core/device.c
index 28e4039da2..0671620a3e 100644
--- a/src/core/device.c
+++ b/src/core/device.c
@@ -322,7 +322,7 @@ static int device_setup_unit(Manager *m, struct udev_device *dev, const char *pa
/* This unit is in plugged state: we're sure it's
* attached to a device. */
if (!path_equal(DEVICE(u)->sysfs, sysfs)) {
- log_unit_error(u, "Dev %s appeared twice with different sysfs paths %s and %s",
+ log_unit_debug(u, "Dev %s appeared twice with different sysfs paths %s and %s",
e, DEVICE(u)->sysfs, sysfs);
return -EEXIST;
}