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:
parent
e0d452a032
commit
5c83f05e81
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user