summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2013-04-08 18:09:05 +0200
committerVolker Lendecke <vl@samba.org>2013-04-19 13:16:38 +0200
commit58275be0eb68d01a238f0fedf4c92b63f7d10b53 (patch)
tree0ad6433554cc8c3843826daf598664c73ca5c356 /source3/smbd/process.c
parentde1c833b3a06ce2f7599ef58b26b473ed00ae55f (diff)
downloadsamba-58275be0eb68d01a238f0fedf4c92b63f7d10b53.tar.gz
samba-58275be0eb68d01a238f0fedf4c92b63f7d10b53.tar.bz2
samba-58275be0eb68d01a238f0fedf4c92b63f7d10b53.zip
s3:smbd increase a loglevel
do not complain too loudly if the socket has already gone Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 478f1db21d..2d6f0f1f6f 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -3577,11 +3577,11 @@ void smbd_process(struct tevent_context *ev_ctx,
DEBUG(0, ("ctdbd_register_ips failed: %s\n",
nt_errstr(status)));
}
- } else
- {
- DEBUG(0,("Unable to get tcp info for "
- "CTDB_CONTROL_TCP_CLIENT: %s\n",
- strerror(errno)));
+ } else {
+ int level = (errno == ENOTCONN)?2:0;
+ DEBUG(level,("Unable to get tcp info for "
+ "smbd_register_ips: %s\n",
+ strerror(errno)));
}
}