aboutsummaryrefslogtreecommitdiffstats
path: root/common/simple-pwquery.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-05-04 09:04:43 +0000
committerWerner Koch <[email protected]>2016-05-04 09:05:13 +0000
commitd00625dae60f26617d2e1bd4f22c6b35a4e92c91 (patch)
treeffc9b4f3a1ced708523658675e1f19a318e8fb17 /common/simple-pwquery.c
parentbuild: Update config.{guess,sub} to 2016-04-02 and 2016-03-30. (diff)
downloadgnupg-d00625dae60f26617d2e1bd4f22c6b35a4e92c91.tar.gz
gnupg-d00625dae60f26617d2e1bd4f22c6b35a4e92c91.zip
Some minor string changes and fixed a printf format.
* g10/build-packet.c (notation_value_to_human_readable_string): Use %zu for size_t. Signed-off-by: Werner Koch <[email protected]>
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 b2d666cc7..bdad14093 100644
--- a/common/simple-pwquery.c
+++ b/common/simple-pwquery.c
@@ -694,7 +694,7 @@ simple_query (const char *query)
else
{
#ifdef SPWQ_USE_LOGGING
- log_error (_("problem with the agent (unexpected response \"%s\"\n"),
+ log_error (_("problem with the agent (unexpected response \"%s\")\n"),
response);
#endif
rc = SPWQ_ERR_RESPONSE;