1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* strgutil.c (load_libiconv): Use log_info to avoid failures when

iconv.dll is not installed.
This commit is contained in:
Werner Koch 2004-11-03 16:40:29 +00:00
parent 36ca1121b5
commit b467558d9e
2 changed files with 6 additions and 1 deletions

View file

@ -142,7 +142,7 @@ load_libiconv (void)
}
if (!handle || !iconv_close)
{
log_error (_("error loading `%s': %s\n"),
log_info (_("error loading `%s': %s\n"),
"iconv.dll", dlerror ());
iconv_open = NULL;
iconv = NULL;