]> sourceware.org Git - lvm2.git/commitdiff
device: remove log_debug for nvme device 1067244130
authorDavid Teigland <teigland@redhat.com>
Thu, 9 Nov 2023 19:31:01 +0000 (13:31 -0600)
committerDavid Teigland <teigland@redhat.com>
Thu, 9 Nov 2023 19:31:01 +0000 (13:31 -0600)
lib/device/dev-cache.c

index 9e11215f5f6b0522121b61a3483eeaa14882adef..e038263acfe296c51c992924c5bb86d1bcfbd61a 100644 (file)
@@ -358,10 +358,8 @@ static int _add_alias(struct device *dev, const char *path, enum add_hash hash)
                return 0;
        }
 
-       if (!strncmp(path, "/dev/nvme", 9)) {
-               log_debug("Found nvme device %s", dev_name(dev));
+       if (!strncmp(path, "/dev/nvme", 9))
                dev->flags |= DEV_IS_NVME;
-       }
 
        sl->str = path;
 
This page took 0.044511 seconds and 5 git commands to generate.