From 318a7584f360306ed39ad46c05217a428a978fff Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 3 Nov 2006 14:13:25 +0000 Subject: add a couple more of debugging messages --- tests/libtest/lib537.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib537.c') diff --git a/tests/libtest/lib537.c b/tests/libtest/lib537.c index 08bf1209c..fd030dd10 100644 --- a/tests/libtest/lib537.c +++ b/tests/libtest/lib537.c @@ -303,7 +303,7 @@ static int rlimit(int keep_open) fprintf(stderr, "%s\n", strbuff); sprintf(strbuff1, fmt, num_open.rlim_cur); - sprintf(strbuff, "fd system limit seems close to %s", strbuff1); + sprintf(strbuff, "fds system limit seems close to %s", strbuff1); fprintf(stderr, "%s\n", strbuff); num_open.rlim_max = num_open.rlim_cur - SAFETY_MARGIN; -- cgit v1.2.3