1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

revert unexplained removal of a '<backtrace>' message

This commit is contained in:
Alasdair Kergon 2008-09-19 07:03:23 +00:00
parent 01b1d604b6
commit 47d331d3bb

View File

@ -356,7 +356,7 @@ static struct disk_list *__read_disk(const struct format_type *fmt,
list_init(&dl->lvds); list_init(&dl->lvds);
if (!_read_pvd(dev, &dl->pvd)) if (!_read_pvd(dev, &dl->pvd))
goto bad; goto_bad;
/* /*
* is it an orphan ? * is it an orphan ?