mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +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 -
|
Version 2.02.96 -
|
||||||
================================
|
================================
|
||||||
|
Change message severity for creation of VG over uninitialised devices.
|
||||||
Fix error path for failing toolcontext creation.
|
Fix error path for failing toolcontext creation.
|
||||||
Fix warn msg for thin pool chunk size and update man for chunksize (2.02.89).
|
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;
|
stack;
|
||||||
}
|
}
|
||||||
|
|
||||||
log_error("Writing physical volume data to disk \"%s\"",
|
log_verbose("Writing physical volume data to disk \"%s\"",
|
||||||
pv_name);
|
pv_name);
|
||||||
|
|
||||||
if (!(pv_write(cmd, pv, 1))) {
|
if (!(pv_write(cmd, pv, 1))) {
|
||||||
log_error("Failed to write physical volume \"%s\"", pv_name);
|
log_error("Failed to write physical volume \"%s\"", pv_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user