Under normal operation, some 30 or so of these lines logged as DEBUG_INFO
on first transmit.
This is not relevant information for users of the driver, so convert these
messages to VERBOSE.
Signed-off-by: Mike Beaton <mjsbeaton@gmail.com>
break;\r
}\r
\r
- DEBUG ((DEBUG_INFO, "MnpAddFreeTxBuf: Add TxBufWrap %p, TxBuf %p\n", TxBufWrap, TxBufWrap->TxBuf));\r
+ DEBUG ((DEBUG_VERBOSE, "MnpAddFreeTxBuf: Add TxBufWrap %p, TxBuf %p\n", TxBufWrap, TxBufWrap->TxBuf));\r
TxBufWrap->Signature = MNP_TX_BUF_WRAP_SIGNATURE;\r
TxBufWrap->InUse = FALSE;\r
InsertTailList (&MnpDeviceData->FreeTxBufList, &TxBufWrap->WrapEntry);\r