summaryrefslogtreecommitdiff
path: root/tools/vgcfgbackup.c
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2007-06-28 17:33:44 +0000
committerPetr Rockai <prockai@redhat.com>2007-06-28 17:33:44 +0000
commite7ddf4168d2c0283efe4764e89901bdca8838f93 (patch)
treea0bdb23ff8aa689dd9df96ead8a35174c6a0211d /tools/vgcfgbackup.c
parentba117ad80e1b8f0aafa80601b3f6970405b772e6 (diff)
downloadlvm2-e7ddf4168d2c0283efe4764e89901bdca8838f93.tar.gz
Make warnings go to stderr. Change log_warn to that effect, log_print
continues to send messages to stdout.
Diffstat (limited to 'tools/vgcfgbackup.c')
-rw-r--r--tools/vgcfgbackup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vgcfgbackup.c b/tools/vgcfgbackup.c
index b1af733ca..acc6f9e96 100644
--- a/tools/vgcfgbackup.c
+++ b/tools/vgcfgbackup.c
@@ -61,7 +61,7 @@ static int vg_backup_single(struct cmd_context *cmd, const char *vg_name,
}
if (!consistent)
- log_error("Warning: Volume group \"%s\" inconsistent", vg_name);
+ log_error("WARNING: Volume group \"%s\" inconsistent", vg_name);
if (arg_count(cmd, file_ARG)) {
if (!(filename = _expand_filename(arg_value(cmd, file_ARG),