]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Universal/Network/SnpDxe/Transmit.c
MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.c
authorFu Siyuan <siyuan.fu@intel.com>
Wed, 15 Nov 2017 03:11:20 +0000 (11:11 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Thu, 16 Nov 2017 06:09:21 +0000 (14:09 +0800)
commit0d07a8addb78076a1417149786cb430396a59add
tree46824e9e7231a3c4b979e8449d69f09daaddf739
parent19bd133562df951ae7ff7e1fff99b11a25b4cb6d
MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.c

This patch is to remove some redundant DEBUG output in SNP transmit function.
In case of return EFI_NOT_READY in PxeTransmit, the SNP driver is indicate
the caller that the transmit queue is full, it's a very common situation druing
transmit, not a critical error. So the patch move the DEBUG lever to EFI_D_NET.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
MdeModulePkg/Universal/Network/SnpDxe/Transmit.c