mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue