diff options
author | Justus Winter <[email protected]> | 2017-07-13 14:29:25 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-07-13 14:29:25 +0000 |
commit | f78fe1a4ec9d343199e1f424dd09e2937c913412 (patch) | |
tree | a56fa56f1461cc1f26d2570de1bf0b2c2f276a42 /tests/gpgscm | |
parent | gpgscm: Make it impossible to catch '*interpreter-exit*'. (diff) | |
download | gnupg-f78fe1a4ec9d343199e1f424dd09e2937c913412.tar.gz gnupg-f78fe1a4ec9d343199e1f424dd09e2937c913412.zip |
gpgscm: Make loading of modules less verbose.
* tests/gpgscm/main.c (load): Increase logging threshold.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tests/gpgscm')
-rw-r--r-- | tests/gpgscm/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgscm/main.c b/tests/gpgscm/main.c index e4b535e78..4dae36587 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 |