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:
parent
57d31c99cc
commit
851aaf4ecc
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user