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:
Justus Winter 2017-07-13 16:29:25 +02:00
parent bce02a8b0f
commit f78fe1a4ec
No known key found for this signature in database
GPG Key ID: DD1A52F9DA8C9020
1 changed files with 1 additions and 1 deletions

View File

@ -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