s3:smbd:smb2_create_send: add some debug
authorMichael Adam <obnox@samba.org>
Sat, 18 Feb 2012 17:16:10 +0000 (18:16 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 May 2012 16:41:55 +0000 (18:41 +0200)
source3/smbd/smb2_create.c

index 8d2ef178e77e9fe6680a507e81dea15403034800..dd0fe7c313226d0ec2ddc82caec5e0c5bd5e99e3 100644 (file)
@@ -903,6 +903,8 @@ DEBUG(0, ("OBNOX - dhnc found (%s:%s)\n", __location__, __FUNCTION__));
 
                in_file_attributes &= ~FILE_FLAG_POSIX_SEMANTICS;
 
+               DEBUG(5, ("%s: open execution phase\n", __FUNCTION__));
+
                /*
                 * For the backend file open procedure, there are
                 * two possible modes: durable_reconnect or not.
@@ -946,6 +948,8 @@ DEBUG(0, ("OBNOX - durable_reconnect result: %s (%s:%s)\n", nt_errstr(status), _
                        }
                }
 
+               DEBUG(5, ("%s: response construction phase\n", __FUNCTION__));
+
                if (mxac) {
                        NTTIME last_write_time;