summaryrefslogtreecommitdiff
path: root/udev.c
diff options
context:
space:
mode:
Diffstat (limited to 'udev.c')
-rw-r--r--udev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.c b/udev.c
index a211682..0ead16b 100644
--- a/udev.c
+++ b/udev.c
@@ -200,7 +200,7 @@ cList<cUdevDevice> *cUdev::EnumDevices(const char *Subsystem, const char *Proper
}
l = udev_enumerate_get_list_entry(e);
if (l == NULL) {
- esyslog("dynamite: can't get list of devices");
+ isyslog("dynamite: no devices found for %s/%s=%s", Subsystem, Property, Value);
goto unref;
}
listEntry = new cUdevListEntry(l);