mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
r14647: be a bit less verbose on common stuff
metze (This used to be commit 9f9240d118c66d89a8b51bc54be11828251d0872)
This commit is contained in:
parent
d72632ba08
commit
1f2d8319bd
@ -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));
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user