[git] GnuPG - branch, master, updated. gnupg-2.1.21-90-gf78fe1a

by Justus Winter cvs at cvs.gnupg.org
Thu Jul 13 16:30:42 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  f78fe1a4ec9d343199e1f424dd09e2937c913412 (commit)
      from  bce02a8b0f0e51775a4ee5536ccf35efc1f15ca6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f78fe1a4ec9d343199e1f424dd09e2937c913412
Author: Justus Winter <justus at g10code.com>
Date:   Thu Jul 13 16:29:25 2017 +0200

    gpgscm: Make loading of modules less verbose.
    
    * tests/gpgscm/main.c (load): Increase logging threshold.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tests/gpgscm/main.c b/tests/gpgscm/main.c
index e4b535e..4dae365 100644
--- a/tests/gpgscm/main.c
+++ b/tests/gpgscm/main.c
@@ -182,7 +182,7 @@ load (scheme *sc, char *file_name,
                  "of the Scheme library.\n");
       goto leave;
     }
-  if (verbose > 1)
+  if (verbose > 2)
     fprintf (stderr, "Loading %s...\n", qualified_name);
 
 #if HAVE_MMAP

-----------------------------------------------------------------------

Summary of changes:
 tests/gpgscm/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list