1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

debug: cut_and_paste type in message

Typo in debug message.
This commit is contained in:
M.H. Tsai 2016-01-27 19:11:03 +08:00 committed by Zdenek Kabelac
parent cc23fdbd13
commit 53058e5234

View File

@ -1160,7 +1160,7 @@ int lv_thin_pool_transaction_id(const struct logical_volume *lv,
if (!lv_info(lv->vg->cmd, lv, 1, NULL, 0, 0))
return 0;
log_debug_activation("Checking thin percent for LV %s.",
log_debug_activation("Checking thin-pool percent for LV %s.",
display_lvname(lv));
if (!(dm = dev_manager_create(lv->vg->cmd, lv->vg->name, 1)))