chiark / gitweb /
added the cdrom.h #defines directly into the cdrom_id.c file
[elogind.git] / udev.c
diff --git a/udev.c b/udev.c
index d50f81ea5e586e55c5c92a7a37ee4bbf4e2fe33b..f0b2800a912b95951c283557b0b66de12dbad1bd 100644 (file)
--- a/udev.c
+++ b/udev.c
@@ -125,6 +125,7 @@ int main(int argc, char *argv[], char *envp[])
 
                dbg("executing run list");
                list_for_each_entry(name_loop, &udev.run_list, node) {
+                       info("RUN key executes '%s'", name_loop->name);
                        if (strncmp(name_loop->name, "socket:", strlen("socket:")) == 0)
                                pass_env_to_socket(&name_loop->name[strlen("socket:")], devpath, action);
                        else