1
0
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:
Zdenek Kabelac 2020-10-02 11:14:18 +02:00
parent 1b8c6f09bc
commit 117fc64e6e

View File

@ -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. */
*is_lvm_device = 0;
goto_out;
goto out;
}
dev->flags |= DEV_SCAN_FOUND_LABEL;