aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib530.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib530.c')
-rw-r--r--tests/libtest/lib530.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c
index 6ee346d94..e73f26f36 100644
--- a/tests/libtest/lib530.c
+++ b/tests/libtest/lib530.c
@@ -98,6 +98,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");
res = 77;