]> sourceware.org Git - lvm2.git/commitdiff
debug: turn message into debug
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 10 Sep 2014 08:10:13 +0000 (10:10 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 10 Sep 2014 08:10:13 +0000 (10:10 +0200)
This message should be printed only for activation commands,
however since the handling of this flag is not correct
(rhbz 1140029) and will require further changes,
do now just a minor change and switch message into log_debug
(so it's not printed i.e. with every  'lvs -v')

tools/lvmcmdline.c

index 10dac8f014e665a60f4f295a44c1980de9dbe15a..14ea7a6cc7eae94a91d7d6be468e7e7c8a67a88a 100644 (file)
@@ -1343,7 +1343,7 @@ int lvm_run_command(struct cmd_context *cmd, int argc, char **argv)
                goto_out;
        _apply_settings(cmd);
        if (cmd->degraded_activation)
-               log_verbose("DEGRADED MODE. Incomplete RAID LVs will be processed.");
+               log_debug("DEGRADED MODE. Incomplete RAID LVs will be processed.");
 
        if (!get_activation_monitoring_mode(cmd, &monitoring))
                goto_out;
This page took 0.038405 seconds and 5 git commands to generate.