mirror of
git://sourceware.org/git/lvm2.git
synced 2025-10-18 03:33:15 +03:00
Support --version argument and 'version' shell command.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user