diff options
Diffstat (limited to 'g10/passphrase.c')
-rw-r--r-- | g10/passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index fa10eccec..d0a19d25d 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -314,7 +314,7 @@ agent_open (int try, const char *orig_codeset) if (orig_codeset) bind_textdomain_codeset (PACKAGE, orig_codeset); #endif /*ENABLE_NLS*/ - log_error (_("gpg-agent is not available in this session\n")); + log_info (_("gpg-agent is not available in this session\n")); opt.use_agent = 0; } return NULL; |