summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/simple-pwquery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/simple-pwquery.c b/common/simple-pwquery.c
index 0eff5c5c9..d1b298061 100644
--- a/common/simple-pwquery.c
+++ b/common/simple-pwquery.c
@@ -331,7 +331,7 @@ agent_open (int *rfd)
if ( !infostr || !*infostr )
{
#ifdef SPWQ_USE_LOGGING
- log_error (_("gpg-agent is not available in this session\n"));
+ log_error (_("no gpg-agent running in this session\n"));
#endif
return SPWQ_NO_AGENT;
}