mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Change wording of a migration error message.
--
This commit is contained in:
parent
6be5c4febc
commit
d8c01d826f
1 changed files with 3 additions and 2 deletions
|
@ -80,8 +80,9 @@ migrate_secring (ctrl_t ctrl)
|
|||
{
|
||||
log_error ("error: GnuPG agent version \"%s\" is too old. ",
|
||||
agent_version);
|
||||
log_error ("Please install an updated GnuPG agent.\n");
|
||||
log_error ("migration aborted\n");
|
||||
log_info ("Please make sure that a recent gpg-agent is running.\n");
|
||||
log_info ("(restarting the user session may achieve this.)\n");
|
||||
log_info ("migration aborted\n");
|
||||
xfree (agent_version);
|
||||
goto leave;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue