remove information output in SNP poll function.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7245 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -82,7 +82,7 @@ PxeReceive (
|
|||||||
//
|
//
|
||||||
// Issue UNDI command and check result.
|
// Issue UNDI command and check result.
|
||||||
//
|
//
|
||||||
DEBUG ((EFI_D_INFO | EFI_D_NET, "\nsnp->undi.receive () "));
|
DEBUG ((EFI_D_NET, "\nsnp->undi.receive () "));
|
||||||
|
|
||||||
(*Snp->IssueUndi32Command) ((UINT64)(UINTN) &Snp->Cdb);
|
(*Snp->IssueUndi32Command) ((UINT64)(UINTN) &Snp->Cdb);
|
||||||
|
|
||||||
@@ -92,7 +92,7 @@ PxeReceive (
|
|||||||
|
|
||||||
case PXE_STATCODE_NO_DATA:
|
case PXE_STATCODE_NO_DATA:
|
||||||
DEBUG (
|
DEBUG (
|
||||||
(EFI_D_ERROR | EFI_D_NET,
|
(EFI_D_NET,
|
||||||
"\nsnp->undi.receive () %xh:%xh\n",
|
"\nsnp->undi.receive () %xh:%xh\n",
|
||||||
Snp->Cdb.StatFlags,
|
Snp->Cdb.StatFlags,
|
||||||
Snp->Cdb.StatCode)
|
Snp->Cdb.StatCode)
|
||||||
@@ -102,7 +102,7 @@ PxeReceive (
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
DEBUG (
|
DEBUG (
|
||||||
(EFI_D_ERROR | EFI_D_NET,
|
(EFI_D_NET,
|
||||||
"\nsnp->undi.receive() %xh:%xh\n",
|
"\nsnp->undi.receive() %xh:%xh\n",
|
||||||
Snp->Cdb.StatFlags,
|
Snp->Cdb.StatFlags,
|
||||||
Snp->Cdb.StatCode)
|
Snp->Cdb.StatCode)
|
||||||
|
Reference in New Issue
Block a user