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