]> xenbits.xensource.com Git - people/aperard/ovmf.git/commitdiff
NetworkPkg/MnpDxe: Convert TX buffer allocation messages to DEBUG_VERBOSE
authorMike Beaton <mjsbeaton@gmail.com>
Mon, 9 Sep 2024 11:53:23 +0000 (12:53 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 11 Sep 2024 19:32:39 +0000 (19:32 +0000)
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>
NetworkPkg/MnpDxe/MnpConfig.c

index 93587d53aa75a918bf39e908353fe0172ab56c4b..d0e3f823d279c376dff421005f0a7e4da1053cb1 100644 (file)
@@ -234,7 +234,7 @@ MnpAddFreeTxBuf (
       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