r14647: be a bit less verbose on common stuff
authorStefan Metzmacher <metze@samba.org>
Wed, 22 Mar 2006 15:02:21 +0000 (15:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:59:04 +0000 (13:59 -0500)
metze

source/lib/gendb.c
source/smb_server/smb/receive.c

index 0b3361a2c5d2a8275f11a7e8e9f5c2bbb4da4d10..faaca3877efd6cd61c07979d60f6afc67a7f5ccc 100644 (file)
@@ -57,7 +57,7 @@ int gendb_search_v(struct ldb_context *ldb,
        if (ret == LDB_SUCCESS) {
                talloc_steal(mem_ctx, res->msgs);
 
-               DEBUG(4,("gendb_search_v: %s %s -> %d\n", 
+               DEBUG(6,("gendb_search_v: %s %s -> %d\n", 
                         basedn?ldb_dn_linearize(mem_ctx,basedn):"NULL",
                         expr?expr:"NULL", res->count));
 
index ec4686acfbda439fe769ef38a52e4bace6307c4e..73c2ccb5b48ae248f0869ec6a0befffea68fe201 100644 (file)
@@ -488,7 +488,7 @@ static void switch_message(int type, struct smbsrv_request *req)
                }
        }
 
-       DEBUG(3,("switch message %s (task_id %d)\n",smb_fn_name(type), req->smb_conn->connection->server_id));
+       DEBUG(5,("switch message %s (task_id %d)\n",smb_fn_name(type), req->smb_conn->connection->server_id));
 
        /* this must be called before we do any reply */
        if (flags & SIGNING_NO_REPLY) {