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:
vanjeff 2009-01-12 06:00:53 +00:00
parent 5884bab5eb
commit 5fe48e5404

View File

@ -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)