chiark / gitweb /
[PATCH] update udev.rules.gentoo with new config file format.
[elogind.git] / udevd.c
diff --git a/udevd.c b/udevd.c
index 9fbb4e964b6effeb7376cd134fba8180522f7bda..f7901cb7529ca39a3873bf6bd561acd801040194 100644 (file)
--- a/udevd.c
+++ b/udevd.c
@@ -328,6 +328,7 @@ int main(int argc, char *argv[])
        struct sigaction act;
 
        init_logging("udevd");
+       dbg("version %s", UDEV_VERSION);
 
        if (getuid() != 0) {
                dbg("need to be root, exit");