mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-25 18:50:51 +03:00
Reduce severity of setlocale failure message (ie suppress during boot).
This commit is contained in:
parent
a58fef6faa
commit
a0154cd9e7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user