1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00

Reduce severity of the "mirror transient status" log message (this was never

intended to be a log_error).
This commit is contained in:
Petr Rockai 2010-08-04 15:55:03 +00:00
parent 57d31c99cc
commit 851aaf4ecc

View File

@ -254,7 +254,7 @@ static int _mirrored_transient_status(struct lv_segment *seg, char *params)
int failed = 0;
char *status;
log_error("Mirrored transient status: \"%s\"", params);
log_very_verbose("Mirrored transient status: \"%s\"", params);
/* number of devices */
if (!dm_split_words(params, 1, 0, &p))