]> sourceware.org Git - lvm2.git/commitdiff
debug: cut_and_paste type in message
authorM.H. Tsai <mingnus@gmail.com>
Wed, 27 Jan 2016 11:11:03 +0000 (19:11 +0800)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 11 Feb 2016 17:38:40 +0000 (18:38 +0100)
Typo in debug message.

lib/activate/activate.c

index 61651bfaea060b7061de1659e2a993205cf5f49a..a7ac60846622067f6e145944648e218d14770e88 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 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)))
This page took 0.038345 seconds and 5 git commands to generate.