1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

o Knock out the "'%s' is not a block device" debug message.

This commit is contained in:
Joe Thornber 2002-01-16 09:23:28 +00:00
parent e0d452a032
commit 5c83f05e81

View File

@ -238,7 +238,7 @@ static int _insert(const char *path, int rec)
} else { /* add a device */ } else { /* add a device */
if (!S_ISBLK(info.st_mode)) { if (!S_ISBLK(info.st_mode)) {
log_debug("%s: Not a block device", path); //log_debug("%s: Not a block device", path);
return 0; return 0;
} }