MdeModulePkg: Improve formatting of DEBUG messages in UsbBusDxe

Improve the formatting of DEBUG messages in UsbBusDxe by adding
a hyphen to separate the EFI_STATUS code.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
Rebecca Cran
2023-02-24 08:18:01 +08:00
committed by mergify[bot]
parent a1d595fc9c
commit 46f51898ff
4 changed files with 11 additions and 11 deletions

View File

@@ -440,7 +440,7 @@ UsbSelectConfig (
if (EFI_ERROR (Status)) {
DEBUG ((
DEBUG_WARN,
"UsbSelectConfig: failed to connect driver %r, ignored\n",
"UsbSelectConfig: failed to connect driver - %r, ignored\n",
Status
));
}