1
0
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:
Alasdair Kergon 2004-06-29 13:28:57 +00:00
parent a58fef6faa
commit a0154cd9e7

View 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);