mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix bug 655
This commit is contained in:
parent
064a4a6240
commit
fede32ebd7
2 changed files with 5 additions and 1 deletions
|
@ -359,7 +359,7 @@ agent_open (int try, const char *orig_codeset)
|
|||
if (orig_codeset)
|
||||
bind_textdomain_codeset (PACKAGE, orig_codeset);
|
||||
#endif /*ENABLE_NLS*/
|
||||
log_error ( _("can't connect to `%s': %s\n"),
|
||||
log_info ( _("can't connect to `%s': %s\n"),
|
||||
infostr, assuan_strerror (rc));
|
||||
opt.use_agent = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue