diff options
Diffstat (limited to 'agent/command.c')
-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; } |