aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/keyedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 122548df5..9b76b53ca 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -4270,7 +4270,7 @@ menu_adduid (ctrl_t ctrl, kbnode_t pub_keyblock,
if (uidstring)
{
write_status_error ("adduid", gpg_error (304));
- log_error ("%s", _("Such a user ID already exists on this key!\n"));
+ log_error ("%s\n", _("Such a user ID already exists on this key!"));
}
return 0;
}