chiark / gitweb /
remove device node, when type block/char has changed
[elogind.git] / udev_utils.c
index d605631088069907664ced7b6d8e94ea5eed8fd7..64a7ba9caae0929356584acf1217f897fc43078e 100644 (file)
@@ -409,10 +409,10 @@ int execute_command(const char *command, const char *subsystem)
                        close(devnull);
                }
                retval = execv(arg, argv);
-               err("exec of child failed");
+               err("exec of child '%s' failed", command);
                _exit(1);
        case -1:
-               dbg("fork of child failed");
+               dbg("fork of child '%s' failed", command);
                break;
                return -1;
        default: