From 5c83f05e81654e59a8ed7db19b26338d5692e99c Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Wed, 16 Jan 2002 09:23:28 +0000 Subject: [PATCH] o Knock out the "'%s' is not a block device" debug message. --- lib/device/dev-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }