[svn] GnuPG - r5004 - trunk/g10
svn author wk
cvs at cvs.gnupg.org
Mon May 11 11:36:51 CEST 2009
Author: wk
Date: 2009-05-11 11:36:51 +0200 (Mon, 11 May 2009)
New Revision: 5004
Modified:
trunk/g10/ChangeLog
trunk/g10/skclist.c
Log:
Fix bug 1045.
Modified: trunk/g10/ChangeLog
===================================================================
--- trunk/g10/ChangeLog 2009-05-11 09:20:57 UTC (rev 5003)
+++ trunk/g10/ChangeLog 2009-05-11 09:36:51 UTC (rev 5004)
@@ -1,5 +1,8 @@
2009-05-11 Werner Koch <wk at g10code.com>
+ * skclist.c (build_sk_list): Use log_info for "duplicated entry".
+ Fixes bug#1045.
+
* encode.c (encode_simple): Print empty file warning only in
verbose mode. Closes bug#1039.
(encode_crypt): Ditto.
Modified: trunk/g10/skclist.c
===================================================================
--- trunk/g10/skclist.c 2009-05-11 09:20:57 UTC (rev 5003)
+++ trunk/g10/skclist.c 2009-05-11 09:36:51 UTC (rev 5004)
@@ -166,7 +166,7 @@
*/
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 );
More information about the Gnupg-commits
mailing list