mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
debug: no backtrace
As the path already printed verbose message drop backtrace.
This commit is contained in:
parent
1b8c6f09bc
commit
117fc64e6e
@ -417,7 +417,7 @@ static int _process_block(struct cmd_context *cmd, struct dev_filter *f,
|
|||||||
lvmcache_del_dev(dev); /* FIXME: if this is needed, fix it. */
|
lvmcache_del_dev(dev); /* FIXME: if this is needed, fix it. */
|
||||||
|
|
||||||
*is_lvm_device = 0;
|
*is_lvm_device = 0;
|
||||||
goto_out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
dev->flags |= DEV_SCAN_FOUND_LABEL;
|
dev->flags |= DEV_SCAN_FOUND_LABEL;
|
||||||
|
Loading…
Reference in New Issue
Block a user