aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-07-13 14:29:25 +0000
committerJustus Winter <[email protected]>2017-07-13 14:29:25 +0000
commit8377569cae0764fd44701d67626b4c96f0bd8804 (patch)
tree2ab7cf2904cf1ab4636ed128cef4adb4d4b38a60
parentgpgscm: Make it impossible to catch '*interpreter-exit*'. (diff)
downloadlibgpg-error-8377569cae0764fd44701d67626b4c96f0bd8804.tar.gz
libgpg-error-8377569cae0764fd44701d67626b4c96f0bd8804.zip
gpgscm: Make loading of modules less verbose.
* tests/gpgscm/main.c (load): Increase logging threshold. Signed-off-by: Justus Winter <[email protected]>
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index e4b535e..4dae365 100644
--- a/main.c
+++ b/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