summaryrefslogtreecommitdiff
path: root/source4/smbd/service.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-09-24 06:52:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:08 -0500
commit3e54089bc1f3c75b1bb7f72f3fa2e458de98295e (patch)
tree2147d46e03bbba322926026c90be5b00d482a344 /source4/smbd/service.c
parentf5db8edc97a3dcbbab7a33a41b54fc17902872ea (diff)
downloadsamba-3e54089bc1f3c75b1bb7f72f3fa2e458de98295e.tar.gz
samba-3e54089bc1f3c75b1bb7f72f3fa2e458de98295e.tar.bz2
samba-3e54089bc1f3c75b1bb7f72f3fa2e458de98295e.zip
r2588: connect/disconnect is common enough that I don't think a level 0 DEBUG
is warranted to warn that it has happened :) (This used to be commit ee51eefe17576496dfd091ed7e7783caff574090)
Diffstat (limited to 'source4/smbd/service.c')
-rw-r--r--source4/smbd/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/service.c b/source4/smbd/service.c
index 278a763657..8f10c06dff 100644
--- a/source4/smbd/service.c
+++ b/source4/smbd/service.c
@@ -239,7 +239,7 @@ struct server_connection *server_setup_connection(struct event_context *ev, stru
*/
void server_terminate_connection(struct server_connection *srv_conn, const char *reason)
{
- DEBUG(0,("server_terminate_connection\n"));
+ DEBUG(2,("server_terminate_connection\n"));
srv_conn->service->model_ops->terminate_connection(srv_conn, reason);
}