diff options
author | Werner Koch <[email protected]> | 2008-12-18 16:34:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-12-18 16:34:28 +0000 |
commit | 7bd2e417d10a21e2c14c71a23753765a89381b38 (patch) | |
tree | f4f3067e5038f6165caf93d77526e61acc356dbc /agent | |
parent | Fix signal handling race condition. (diff) | |
download | gnupg-7bd2e417d10a21e2c14c71a23753765a89381b38.tar.gz gnupg-7bd2e417d10a21e2c14c71a23753765a89381b38.zip |
Fixed some card related problems.
Diffstat (limited to 'agent')
-rw-r--r-- | agent/gpg-agent.c | 2 |
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 (); } |