Make hack introduced in r75415 more verbose.

CORE-8204
CORE-11327

svn path=/trunk/; revision=75483
This commit is contained in:
Pierre Schweitzer 2017-08-04 19:43:42 +00:00
parent 29a235cb9b
commit b7661c5a63

View file

@ -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;