summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-06-02 15:38:09 +1000
committerVolker Lendecke <vl@samba.org>2008-03-18 17:12:08 +0100
commitf152fe2103750301b7f8b2cda06baeed19c800f7 (patch)
tree1d224cb6044824c711df148c2b9f86c8fb2d4616 /source3/smbd/server.c
parentd8b6902c24b6eeddf7ac7360615a25d235f63acc (diff)
downloadsamba-f152fe2103750301b7f8b2cda06baeed19c800f7.tar.gz
samba-f152fe2103750301b7f8b2cda06baeed19c800f7.tar.bz2
samba-f152fe2103750301b7f8b2cda06baeed19c800f7.zip
[samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]
suppress that darn message (cherry picked from commit 542e46a21898f6fcc8a0aeb63925607a60e0b99f) (This used to be commit 5e8c624c9c9775f255632717e6898d5f190ba51b)
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r--source3/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 7bf11abfbd..50c84f9da9 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -676,7 +676,7 @@ static bool open_sockets_smbd(bool is_daemon, bool interactive, const char *smb_
continue;
if (smbd_server_fd() == -1) {
- DEBUG(0,("open_sockets_smbd: accept: %s\n",
+ DEBUG(2,("open_sockets_smbd: accept: %s\n",
strerror(errno)));
continue;
}