mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
gpgscm: Make loading of modules less verbose.
* tests/gpgscm/main.c (load): Increase logging threshold. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
bce02a8b0f
commit
f78fe1a4ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user