aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/export.c')
-rw-r--r--g10/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c
index 5dcb9c665..493513b63 100644
--- a/g10/export.c
+++ b/g10/export.c
@@ -2361,7 +2361,7 @@ do_export_stream (ctrl_t ctrl, iobuf_t out, strlist_t users, int secret,
if (pk->version == 3)
{
log_info ("key %s: PGP 2.x style key (v3) export "
- "not yet supported - skipped\n", keystr (keyid));
+ "not supported - skipped\n", keystr (keyid));
continue;
}
stats->secret_count++;