diff options
author | Werner Koch <wk@gnupg.org> | 2008-12-09 12:54:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-12-09 12:54:40 +0100 |
commit | de9cc953af8a74eb8c7efd6afb6adb9b97e63dce (patch) | |
tree | a7d24b611c82eb3fe23955e09253ef7e9de7466f /agent | |
parent | Flush keyserver search output. (diff) | |
download | gnupg2-de9cc953af8a74eb8c7efd6afb6adb9b97e63dce.tar.xz gnupg2-de9cc953af8a74eb8c7efd6afb6adb9b97e63dce.zip |
Preparing a release candidate.
Diffstat (limited to 'agent')
-rw-r--r-- | agent/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c index 4f28d411b..aaa2e4189 100644 --- a/agent/command.c +++ b/agent/command.c @@ -1153,7 +1153,7 @@ cmd_preset_passphrase (assuan_context_t ctx, char *line) rc = agent_put_cache (grip_clear, CACHE_MODE_ANY, passphrase, ttl); if (rc) - log_error ("command preset_passwd failed: %s\n", gpg_strerror (rc)); + log_error ("command preset_passphrase failed: %s\n", gpg_strerror (rc)); return rc; } |