From 86db143307effaa0f606e301ec6e1a8d8db5b716 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 29 Mar 2016 15:57:12 +0200 Subject: [PATCH] cleanup: debug message fix Reported-by: Ming-Hung Tsai --- lib/activate/activate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.43.5