diff options
author | bubulle <bubulle@alioth.debian.org> | 2011-03-07 19:04:15 +0000 |
---|---|---|
committer | bubulle <bubulle@alioth.debian.org> | 2011-03-07 19:04:15 +0000 |
commit | 4d16e8d5702fb98dda73c5c0f3404d662ae62df6 (patch) | |
tree | fc3a71a0b741cbcc6a5a892f91cc0f2218dfe656 /source3/param/loadparm.c | |
parent | 9fbd7973837d958b90261b85fafff36ac194ba58 (diff) | |
download | samba-4d16e8d5702fb98dda73c5c0f3404d662ae62df6.tar.gz |
Load samba-3.5.8 into branches/samba/upstream.upstream/3.5.8_dfsg
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@3691 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 57ea2cd3a8..76e2303cd4 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -4774,7 +4774,7 @@ static int max_open_files(void) #endif if (sysctl_max < MIN_OPEN_FILES_WINDOWS) { - DEBUG(2,("max_open_files: sysctl_max (%d) below " + DEBUG(2,("max_open_files: increasing sysctl_max (%d) to " "minimum Windows limit (%d)\n", sysctl_max, MIN_OPEN_FILES_WINDOWS)); @@ -4782,7 +4782,7 @@ static int max_open_files(void) } if (rlimit_max < MIN_OPEN_FILES_WINDOWS) { - DEBUG(2,("rlimit_max: rlimit_max (%d) below " + DEBUG(2,("rlimit_max: increasing rlimit_max (%d) to " "minimum Windows limit (%d)\n", rlimit_max, MIN_OPEN_FILES_WINDOWS)); |