]> sourceware.org Git - lvm2.git/commitdiff
cleanup: debug message fix
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 29 Mar 2016 13:57:12 +0000 (15:57 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 31 Mar 2016 10:21:25 +0000 (12:21 +0200)
Reported-by: Ming-Hung Tsai <mingnus gmail com>
lib/activate/activate.c

index 2eb24d49bd595943f13617e7e1a860b4db0466ae..a3b2379c6622fcfba168f56a62655ee716624e05 100644 (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)))
This page took 0.03702 seconds and 5 git commands to generate.