[PATCH] Have udevd report it's version in debug mode.

This commit is contained in:
greg@kroah.com 2004-02-16 22:31:15 -08:00 committed by Greg KH
parent 93656247f3
commit 896e5aa9aa
1 changed files with 1 additions and 0 deletions

View File

@ -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");