s3/smbd: modernize a DEBUG statement
authorRalph Boehme <slow@samba.org>
Fri, 21 Jul 2017 13:34:02 +0000 (15:34 +0200)
committerRalph Boehme <slow@samba.org>
Sat, 21 Oct 2017 12:00:10 +0000 (14:00 +0200)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_create.c

index e6c6decf535e88bf68e107c8d43e0b75f33669f3..4e31f9d21466395b26528dbdd8848600fe5ff183 100644 (file)
@@ -1401,8 +1401,7 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx,
        state->out_file_id_persistent = result->op->global->open_persistent_id;
        state->out_file_id_volatile = result->op->global->open_volatile_id;
 
-       DEBUG(10,("smbd_smb2_create_send: %s - %s\n",
-                 fsp_str_dbg(result), fsp_fnum_dbg(result)));
+       DBG_DEBUG("%s - %s\n", fsp_str_dbg(result), fsp_fnum_dbg(result));
 
        tevent_req_done(req);
        return tevent_req_post(req, state->ev);