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

cleanup: debug message fix

Reported-by: Ming-Hung Tsai <mingnus gmail com>
This commit is contained in:
Zdenek Kabelac 2016-03-29 15:57:12 +02:00
parent fc7dacaa4c
commit 86db143307

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-pool percent for LV %s.",
log_debug_activation("Checking thin-pool transaction id for LV %s.",
display_lvname(lv));
if (!(dm = dev_manager_create(lv->vg->cmd, lv->vg->name, 1)))