chiark / gitweb /
Fix makefile to allow 'make release' to work with git
[elogind.git] / udev_remove.c
index a81d20c98c7a3f1aaf7878177262479d96438f7a..2df555327bbeef9a7dd6270e98b7a1201b651424 100644 (file)
@@ -34,7 +34,6 @@
 #include "udev.h"
 #include "udev_utils.h"
 #include "udev_version.h"
-#include "namedev.h"
 #include "udev_db.h"
 #include "logging.h"
 
@@ -159,7 +158,7 @@ int udev_remove_device(struct udevice *udev)
                if (temp == NULL)
                        return -ENODEV;
                strlcpy(udev->name, &temp[1], sizeof(udev->name));
-               dbg("'%s' not found in database, falling back on default name", udev->name);
+               info("'%s' not found in database, falling back on default name", udev->name);
        }
 
        /* use full path to the environment */