On 2016-04-23 21:09, spetreolle@svn.reactos.org wrote:
[NDIS] Silence a debug output. CORE-11137 #resolve
--- trunk/reactos/drivers/network/ndis/ndis/protocol.c [iso-8859-1] (original) +++ trunk/reactos/drivers/network/ndis/ndis/protocol.c [iso-8859-1] Sat Apr 23 19:09:30 2016 @@ -321,7 +321,7 @@ PLOGICAL_ADAPTER Adapter; PNDIS_REQUEST_MAC_BLOCK MacBlock = (PNDIS_REQUEST_MAC_BLOCK)NdisRequest->MacReserved;
- NDIS_DbgPrint(MAX_TRACE, ("Called.\n"));
NDIS_DbgPrint(MIN_TRACE, ("Called.\n"));
ASSERT(MacBindingHandle); AdapterBinding = GET_ADAPTER_BINDING(MacBindingHandle);
This does not silence the trace. It does the opposite.