aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--agent/gpg-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 7d3fba09c..d5045d263 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -1602,7 +1602,7 @@ static void
agent_sigusr2_action (void)
{
if (opt.verbose)
- log_info ("SIGUSR2 received - checking smartcard status\n");
+ log_info ("SIGUSR2 received - updating card event counter\n");
/* Nothing to check right now. We only increment a counter. */
bump_card_eventcounter ();
}