From: Peter Rajnoha Date: Mon, 12 Jul 2010 12:38:35 +0000 (+0000) Subject: Addendum for previous patch - show VG/LV name everywhere so the messages X-Git-Tag: v2_02_91~1689 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3122f963b0332fb9877a7c89cabf47f750e0d211;p=lvm2.git Addendum for previous patch - show VG/LV name everywhere so the messages are consistent. --- diff --git a/lib/activate/activate.c b/lib/activate/activate.c index f424d11e9..c3ed89eb7 100644 --- a/lib/activate/activate.c +++ b/lib/activate/activate.c @@ -263,7 +263,8 @@ static int _passes_activation_filter(struct cmd_context *cmd, if (!(cn = find_config_tree_node(cmd, "activation/volume_list"))) { log_verbose("activation/volume_list configuration setting " - "not defined, checking host tags only"); + "not defined, checking only host tags for %s/%s", + lv->vg->name, lv->name); /* If no host tags defined, activate */ if (dm_list_empty(&cmd->tags))