aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gpgscm')
-rw-r--r--tests/gpgscm/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgscm/main.c b/tests/gpgscm/main.c
index e4b535e78..4dae36587 100644
--- a/tests/gpgscm/main.c
+++ b/tests/gpgscm/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