]> sourceware.org Git - lvm2.git/commitdiff
Reduce severity of setlocale failure message (ie suppress during boot).
authorAlasdair Kergon <agk@redhat.com>
Tue, 29 Jun 2004 13:28:57 +0000 (13:28 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 29 Jun 2004 13:28:57 +0000 (13:28 +0000)
lib/commands/toolcontext.c

index 423fefea89e3b00395b5c7abf1984834050d78ea..3610f08ebcb87943e3b8ff2221db48cc32ea44eb 100644 (file)
@@ -798,7 +798,7 @@ struct cmd_context *create_toolcontext(struct arg *the_args)
 #endif
 
        if (!setlocale(LC_ALL, ""))
-               log_error("setlocale failed");
+               log_very_verbose("setlocale failed");
 
 #ifdef INTL_PACKAGE
        bindtextdomain(INTL_PACKAGE, LOCALEDIR);
This page took 0.042792 seconds and 5 git commands to generate.