aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib504.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib504.c')
-rw-r--r--tests/libtest/lib504.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c
index fed91232c..cba069122 100644
--- a/tests/libtest/lib504.c
+++ b/tests/libtest/lib504.c
@@ -88,6 +88,7 @@ int test(char *URL)
forever */
} while(--loop1>0);
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");
ret = 77;