From c818e7064f461c347108ccf291e73925cb6be512 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 19 Oct 2006 21:12:27 +0000 Subject: When aborting, show loop counter values when more than one counter exists. --- tests/libtest/lib509.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/libtest/lib509.c') 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; -- cgit v1.2.3