summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
diff options
context:
space:
mode:
authorFeng Tian <feng.tian@intel.com>2013-07-05 08:08:40 +0000
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>2013-07-05 08:08:40 +0000
commitf87bc6e5c54001d3d14c93fee8eecd0b4fd6657a (patch)
tree5095151415de717824f46cb463a8ece00145b62a /MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
parentc30f1e09745c64bb8b4b7bb3ae4cb032b3603ce6 (diff)
downloadedk2-f87bc6e5c54001d3d14c93fee8eecd0b4fd6657a.tar.gz
edk2-f87bc6e5c54001d3d14c93fee8eecd0b4fd6657a.tar.bz2
edk2-f87bc6e5c54001d3d14c93fee8eecd0b4fd6657a.zip
MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSE
Signed-off-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Elvin Li <elvin.li@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14459 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c')
-rw-r--r--MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c b/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
index 366ab84dcf..5594e6699e 100644
--- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
+++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
@@ -641,13 +641,13 @@ EhcCheckUrbResult (
//
PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (EHC_QTD));
if (QtdHw->AltNext == QTD_LINK (PciAddr, FALSE)) {
- DEBUG ((EFI_D_INFO, "EhcCheckUrbResult: Short packet read, break\n"));
+ DEBUG ((EFI_D_VERBOSE, "EhcCheckUrbResult: Short packet read, break\n"));
Finished = TRUE;
goto ON_EXIT;
}
- DEBUG ((EFI_D_INFO, "EhcCheckUrbResult: Short packet read, continue\n"));
+ DEBUG ((EFI_D_VERBOSE, "EhcCheckUrbResult: Short packet read, continue\n"));
}
}
}