TMP - durable_reconnect: add some debug
authorMichael Adam <obnox@samba.org>
Sat, 18 Feb 2012 13:11:36 +0000 (14:11 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 May 2012 16:41:51 +0000 (18:41 +0200)
source3/smbd/smb2_create.c

index 32340b594619dd399bbb67b3b36b6413f2774095..b5f6e80cc34b922b6526a9ce32af3db53f92b4ef 100644 (file)
@@ -908,6 +908,8 @@ DEBUG(0, ("OBNOX - dhnc found (%s:%s)\n", __location__, __FUNCTION__));
                                                               mem_ctx,
                                                               &result);
 
+DEBUG(0, ("OBNOX - durable_reconnect result: %s (%s:%s)\n", nt_errstr(status), __location__, __FUNCTION__));
+
                        if (!NT_STATUS_IS_OK(status)) {
                                tevent_req_nterror(req, status);
                                return tevent_req_post(req, ev);