[Pkg-gnupg-commit] [gnupg2] 90/185: gpgscm: Make loading of modules less verbose.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Aug 7 11:55:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

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>
---
 tests/gpgscm/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list