gpg: Change wording of a migration error message.

--
This commit is contained in:
Werner Koch 2014-10-09 10:56:25 +02:00
parent 6be5c4febc
commit d8c01d826f
1 changed files with 3 additions and 2 deletions

View File

@ -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;
}