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:
parent
36ca1121b5
commit
b467558d9e
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue