diff --git a/lib/device/dev-cache.c b/lib/device/dev-cache.c index a87042738..e403a3a84 100644 --- a/lib/device/dev-cache.c +++ b/lib/device/dev-cache.c @@ -238,7 +238,7 @@ static int _insert(const char *path, int rec) } else { /* add a device */ if (!S_ISBLK(info.st_mode)) { - log_debug("%s: Not a block device", path); + //log_debug("%s: Not a block device", path); return 0; }