chiark / gitweb /
remove last sbindir use
[elogind.git] / udev / udev-builtin-blkid.c
index 3187ab0b02295ed6ee7b08f651dcb6b0bc14ce6d..0260c440e2bff8c34cfa040118528210221d8e0c 100644 (file)
@@ -40,6 +40,9 @@ static void print_property(struct udev_device *dev, bool test, const char *name,
        if (!strcmp(name, "TYPE")) {
                udev_builtin_add_property(dev, test, "ID_FS_TYPE", value);
 
+       } else if (!strcmp(name, "USAGE")) {
+               udev_builtin_add_property(dev, test, "ID_FS_USAGE", value);
+
        } else if (!strcmp(name, "VERSION")) {
                udev_builtin_add_property(dev, test, "ID_FS_VERSION", value);
 
@@ -171,7 +174,7 @@ static int builtin_blkid(struct udev_device *dev, int argc, char *argv[], bool t
        if (err < 0)
                goto out;
 
-       info(udev, "probe %s %sraid offset=%llu",
+       info(udev, "probe %s %sraid offset=%llu\n",
             udev_device_get_devnode(dev),
             noraid ? "no" : "", (unsigned long long) offset);