1
0
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:
Alasdair Kergon
2002-01-17 16:39:24 +00:00
parent ed6a860fad
commit 4d5b273ebe
9 changed files with 76 additions and 4 deletions

View File

@@ -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;
}