1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

debug: use display_lvname

This commit is contained in:
Zdenek Kabelac 2017-06-26 23:58:06 +02:00
parent a567ec65a9
commit 72c5598658

View File

@ -341,8 +341,8 @@ static int _move_thins(struct volume_group *vg_from,
_lv_is_in_vg(vg_from, data_lv)) {
log_error("Can't split external origin %s "
"and pool %s between two Volume Groups.",
seg->external_lv->name,
seg->pool_lv->name);
display_lvname(seg->external_lv),
display_lvname(seg->pool_lv));
return 0;
}
if (!_move_one_lv(vg_from, vg_to, lvh, &lvht))