aboutsummaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-12-18 16:34:28 +0000
committerWerner Koch <[email protected]>2008-12-18 16:34:28 +0000
commit7bd2e417d10a21e2c14c71a23753765a89381b38 (patch)
treef4f3067e5038f6165caf93d77526e61acc356dbc /agent
parentFix signal handling race condition. (diff)
downloadgnupg-7bd2e417d10a21e2c14c71a23753765a89381b38.tar.gz
gnupg-7bd2e417d10a21e2c14c71a23753765a89381b38.zip
Fixed some card related problems.
Diffstat (limited to 'agent')
-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 ();
}