[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

View file

@ -328,6 +328,7 @@ int main(int argc, char *argv[])
struct sigaction act; struct sigaction act;
init_logging("udevd"); init_logging("udevd");
dbg("version %s", UDEV_VERSION);
if (getuid() != 0) { if (getuid() != 0) {
dbg("need to be root, exit"); dbg("need to be root, exit");