Revert "DEBUG it"
[metze/samba/wip.git] / source3 / smbd / process.c
index 0c3ef5b0fd2ab1bfc8cd9c8610d3270e057c43de..8b2bcc99287d245052556916458123decfd36672 100644 (file)
@@ -1342,7 +1342,7 @@ static connection_struct *switch_message(uint8 type, struct smb_request *req, in
                ? UID_FIELD_INVALID : req->vuid;
        conn = req->conn;
 
-       DEBUG(0,("switch message %s (pid %d) conn 0x%lx\n", smb_fn_name(type),
+       DEBUG(3,("switch message %s (pid %d) conn 0x%lx\n", smb_fn_name(type),
                 (int)sys_getpid(), (unsigned long)conn));
 
        smb_dump(smb_fn_name(type), 1, (char *)req->inbuf, size);