aboutsummaryrefslogtreecommitdiffstats
path: root/sm/call-agent.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/call-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c
index 9619b856f..acf6c04ad 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -147,7 +147,7 @@ default_inq_cb (void *opaque, const char *line)
/* We do not pass errors to avoid breaking other code. */
}
else
- log_error ("ignoring gpg-agent inquiry `%s'\n", line);
+ log_error ("ignoring gpg-agent inquiry '%s'\n", line);
return 0;
}