mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 19:37:10 +00:00
[NFS]
Make hack introduced in r75415 more verbose. CORE-8204 CORE-11327 svn path=/trunk/; revision=75483
This commit is contained in:
parent
29a235cb9b
commit
b7661c5a63
1 changed files with 11 additions and 0 deletions
|
@ -46,6 +46,7 @@ NTSTATUS NTAPI RtlUTF8ToUnicodeN(WCHAR *uni_dest, ULONG uni_bytes_max,
|
|||
#define USE_MOUNT_SEC_CONTEXT
|
||||
|
||||
/* debugging printout defines */
|
||||
//#define DEBUG_FSDDISPATCH
|
||||
#define DEBUG_MARSHAL_HEADER
|
||||
#define DEBUG_MARSHAL_DETAIL
|
||||
//#define DEBUG_OPEN
|
||||
|
@ -2450,6 +2451,12 @@ NTSTATUS nfs41_DevFcbXXXControlFile(
|
|||
}
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
DbgP("Other node found: %x\n", NodeType(Container));
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2460,6 +2467,10 @@ NTSTATUS nfs41_DevFcbXXXControlFile(
|
|||
}
|
||||
#undef DUMP_FCB_TABLE_FROM_NETROOT
|
||||
}
|
||||
else
|
||||
{
|
||||
DbgP("RxNetNameTable is NULL for: %p\n", RxContext->RxDeviceObject);
|
||||
}
|
||||
#endif
|
||||
status = STATUS_REDIRECTOR_HAS_OPEN_HANDLES;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue