summaryrefslogtreecommitdiff
path: root/source3/smbd/connection.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-07-17 21:32:33 +0000
committerJeremy Allison <jra@samba.org>2001-07-17 21:32:33 +0000
commitc2aa4b762fd29b1a34c70bb984bca552d768a9fe (patch)
tree7fd21f5901a248383bb65826d75e4862f148444e /source3/smbd/connection.c
parentc6b51500af5d4f09b4e08d57a7e930a0817e080b (diff)
downloadsamba-c2aa4b762fd29b1a34c70bb984bca552d768a9fe.tar.gz
samba-c2aa4b762fd29b1a34c70bb984bca552d768a9fe.tar.bz2
samba-c2aa4b762fd29b1a34c70bb984bca552d768a9fe.zip
Connection record not existing is not a debug level 0.
Jeremy. (This used to be commit d7da59f54eed69d50490205d6233bf4801c16998)
Diffstat (limited to 'source3/smbd/connection.c')
-rw-r--r--source3/smbd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/connection.c b/source3/smbd/connection.c
index a6c37c7aba..eeec4a2ca2 100644
--- a/source3/smbd/connection.c
+++ b/source3/smbd/connection.c
@@ -58,7 +58,7 @@ BOOL yield_connection(connection_struct *conn,char *name,int max_connections)
kbuf.dsize = sizeof(key);
if (tdb_delete(tdb, kbuf) != 0) {
- DEBUG(0,("yield_connection: tdb_delete failed with error %s.\n", tdb_errorstr(tdb) ));
+ DEBUG(3,("yield_connection: tdb_delete failed with error %s.\n", tdb_errorstr(tdb) ));
return (False);
}