From: Alasdair Kergon Date: Tue, 29 Jun 2004 13:28:57 +0000 (+0000) Subject: Reduce severity of setlocale failure message (ie suppress during boot). X-Git-Tag: v2_02_91~5142 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a0154cd9e73429253d90409942e193aec8c7d388;p=lvm2.git Reduce severity of setlocale failure message (ie suppress during boot). --- diff --git a/lib/commands/toolcontext.c b/lib/commands/toolcontext.c index 423fefea8..3610f08eb 100644 --- a/lib/commands/toolcontext.c +++ b/lib/commands/toolcontext.c @@ -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);