mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	NetworkPkg/MnpDxe: Convert TX buffer allocation messages to DEBUG_VERBOSE
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>
This commit is contained in:
		 Mike Beaton
					Mike Beaton
				
			
				
					committed by
					
						![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
			
				
	
			
			
			![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
						parent
						
							589304e67f
						
					
				
				
					commit
					f2557032d6
				
			| @ -234,7 +234,7 @@ MnpAddFreeTxBuf ( | ||||
|       break; | ||||
|     } | ||||
|  | ||||
|     DEBUG ((DEBUG_INFO, "MnpAddFreeTxBuf: Add TxBufWrap %p, TxBuf %p\n", TxBufWrap, TxBufWrap->TxBuf)); | ||||
|     DEBUG ((DEBUG_VERBOSE, "MnpAddFreeTxBuf: Add TxBufWrap %p, TxBuf %p\n", TxBufWrap, TxBufWrap->TxBuf)); | ||||
|     TxBufWrap->Signature = MNP_TX_BUF_WRAP_SIGNATURE; | ||||
|     TxBufWrap->InUse     = FALSE; | ||||
|     InsertTailList (&MnpDeviceData->FreeTxBufList, &TxBufWrap->WrapEntry); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user