From: Zdenek Kabelac Date: Tue, 29 Mar 2016 13:57:12 +0000 (+0200) Subject: cleanup: debug message fix X-Git-Tag: v2_02_149~12 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=86db143307effaa0f606e301ec6e1a8d8db5b716;p=lvm2.git cleanup: debug message fix Reported-by: Ming-Hung Tsai --- diff --git a/lib/activate/activate.c b/lib/activate/activate.c index 2eb24d49b..a3b2379c6 100644 --- a/lib/activate/activate.c +++ b/lib/activate/activate.c @@ -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)))