Roll back the DEBUG mask change which cause SerialIo read_conf test item failure.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7477 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
niry
2009-02-09 01:22:19 +00:00
parent 6c6004f491
commit 9cff2f8d36
15 changed files with 50 additions and 50 deletions

View File

@@ -59,7 +59,7 @@ PxeNvDataRead (
//
// Issue UNDI command and check result.
//
DEBUG ((EFI_D_INFO | EFI_D_NET, "\nsnp->undi.nvdata () "));
DEBUG ((EFI_D_NET, "\nsnp->undi.nvdata () "));
(*Snp->IssueUndi32Command) ((UINT64)(UINTN) &Snp->Cdb);
@@ -69,7 +69,7 @@ PxeNvDataRead (
case PXE_STATCODE_UNSUPPORTED:
DEBUG (
(EFI_D_ERROR | EFI_D_NET,
(EFI_D_NET,
"\nsnp->undi.nvdata() %xh:%xh\n",
Snp->Cdb.StatFlags,
Snp->Cdb.StatCode)
@@ -79,7 +79,7 @@ PxeNvDataRead (
default:
DEBUG (
(EFI_D_ERROR | EFI_D_NET,
(EFI_D_NET,
"\nsnp->undi.nvdata() %xh:%xh\n",
Snp->Cdb.StatFlags,
Snp->Cdb.StatCode)