1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

activation: change log_error to log_warn if refresh before autoactivation fails

This commit is contained in:
Peter Rajnoha 2013-11-27 08:53:26 +01:00
parent d6e67b8503
commit 120df55610

View File

@ -148,7 +148,7 @@ static int _auto_activation_handler(struct cmd_context *cmd,
}
if (!refresh_done)
log_error("%s: refresh before autoactivation failed.", vg->name);
log_warn("%s: refresh before autoactivation failed.", vg->name);
if (!vgchange_activate(vg->cmd, vg, activate)) {
log_error("%s: autoactivation failed.", vg->name);