aboutsummaryrefslogtreecommitdiffstats
path: root/g10/skclist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-05-11 09:36:51 +0000
committerWerner Koch <[email protected]>2009-05-11 09:36:51 +0000
commitdcc090779398eb9697e256da8f54be045cd444c8 (patch)
tree65ed4ae6333f34a29b742404f8d57149fe0f8cec /g10/skclist.c
parentPrint 'empty file' warning only with --verbose. (diff)
downloadgnupg-dcc090779398eb9697e256da8f54be045cd444c8.tar.gz
gnupg-dcc090779398eb9697e256da8f54be045cd444c8.zip
Fix bug 1045.
Diffstat (limited to 'g10/skclist.c')
-rw-r--r--g10/skclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/skclist.c b/g10/skclist.c
index 22f2c0c8d..d644e71b2 100644
--- a/g10/skclist.c
+++ b/g10/skclist.c
@@ -166,7 +166,7 @@ build_sk_list( strlist_t locusr, SK_LIST *ret_sk_list,
*/
if ( is_duplicated_entry ( locusr_orig, locusr ) )
{
- log_error(_("skipped \"%s\": duplicated\n"), locusr->d );
+ log_info (_("skipped \"%s\": duplicated\n"), locusr->d );
continue;
}
sk = xmalloc_clear( sizeof *sk );