mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-17 06:04:23 +03:00
Switch to normal log_verbose message
Here it's not an error case - so do not push this message to stderr.
This commit is contained in:
parent
f6632c1ef4
commit
aa9ebf4494
@ -1,5 +1,6 @@
|
||||
Version 2.02.96 -
|
||||
================================
|
||||
Change message severity for creation of VG over uninitialised devices.
|
||||
Fix error path for failing toolcontext creation.
|
||||
Fix warn msg for thin pool chunk size and update man for chunksize (2.02.89).
|
||||
|
||||
|
@ -1468,8 +1468,8 @@ static int _pvcreate_write(struct cmd_context *cmd, struct pv_to_create *pvc)
|
||||
stack;
|
||||
}
|
||||
|
||||
log_error("Writing physical volume data to disk \"%s\"",
|
||||
pv_name);
|
||||
log_verbose("Writing physical volume data to disk \"%s\"",
|
||||
pv_name);
|
||||
|
||||
if (!(pv_write(cmd, pv, 1))) {
|
||||
log_error("Failed to write physical volume \"%s\"", pv_name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user