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 | 8377569cae0764fd44701d67626b4c96f0bd8804 (patch) | |
tree | 2ab7cf2904cf1ab4636ed128cef4adb4d4b38a60 | |
parent | gpgscm: Make it impossible to catch '*interpreter-exit*'. (diff) | |
download | libgpg-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |