From 01331951708f980fca1fb3a791ab544adcd3a5d0 Mon Sep 17 00:00:00 2001 From: Samer El-Haj-Mahmoud Date: Thu, 27 Nov 2014 01:01:43 +0000 Subject: MdeModulePkg: Misc comments and DEBUG messages Fixed some spelling typos in some comments. Added a couple of useful DEBUG messages Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud Reviewed-by: Feng Tian git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16450 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Bus/Pci') diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c b/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c index af3f4e5ecd..90f010c998 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c @@ -519,7 +519,7 @@ UhciCheckTdStatus ( // terminate the transfer // if (!IsLow && (TdHw->ShortPacket == 1) && (Len < Td->DataLen)) { - DEBUG ((EFI_D_INFO, "UhciCheckTdStatus: short packet read occured\n")); + DEBUG ((EFI_D_VERBOSE, "UhciCheckTdStatus: short packet read occured\n")); Finished = TRUE; goto ON_EXIT; -- cgit v1.2.3