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

View File

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