From e9306bead59935553f5c7930afd107e7bf702f6f Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Mon, 12 Jul 2010 12:38:35 +0000 Subject: [PATCH] Addendum for previous patch - show VG/LV name everywhere so the messages are consistent. --- lib/activate/activate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.43.5