aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib509.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib509.c')
-rw-r--r--tests/libtest/lib509.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c
index 9327d728f..5d385c966 100644
--- a/tests/libtest/lib509.c
+++ b/tests/libtest/lib509.c
@@ -255,6 +255,7 @@ int test(char *URL)
}
if ((loop1 <= 0) || (loop2 <= 0)) {
+ fprintf(stderr, "loop1: %d loop2: %d \n", loop1, loop2);
fprintf(stderr, "ABORTING TEST, since it seems "
"that it would have run forever.\n");
i = 77;