]> sourceware.org Git - lvm2.git/commitdiff
Switch to normal log_verbose message
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 12 Mar 2012 14:18:28 +0000 (14:18 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 12 Mar 2012 14:18:28 +0000 (14:18 +0000)
Here it's not an error case - so do not push this message to stderr.

WHATS_NEW
lib/metadata/metadata.c

index 404bd1ef0bf62ef42923c83462912ef3249b1ec5..5f609624f53c6491b8f73e0653ca35902b74c464 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -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).
 
index 1273af5e22f71b8b0080ea7d76ae140ca14eb751..2197f22cae5ca5167660c1ba4f027e6faf50f29e 100644 (file)
@@ -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);
This page took 0.041106 seconds and 5 git commands to generate.