1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

activation: Add LV name to a debug message.

This commit is contained in:
Alasdair G Kergon 2016-04-14 22:41:25 +01:00
parent f0179fac31
commit ff09bda7d5

View File

@ -2309,7 +2309,7 @@ static int _lv_activate(struct cmd_context *cmd, const char *lvid_s,
if (info.exists && !info.suspended && info.live_table &&
(info.read_only == read_only_lv(lv, laopts))) {
r = 1;
log_debug_activation("Volume is already active.");
log_debug_activation("LV %s is already active.", display_lvname(lv));
goto out;
}