aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib537.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-11-03 14:13:25 +0000
committerYang Tse <yangsita@gmail.com>2006-11-03 14:13:25 +0000
commit318a7584f360306ed39ad46c05217a428a978fff (patch)
tree0cc56e0d9f90d62c4f74fc04b15c986ff3324bb0 /tests/libtest/lib537.c
parent961ec228d468e302c94ba16c161aaefb1b725acd (diff)
add a couple more of debugging messages
Diffstat (limited to 'tests/libtest/lib537.c')
-rw-r--r--tests/libtest/lib537.c2
1 files changed, 1 insertions, 1 deletions
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;