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:
committed by
mergify[bot]
parent
a1d595fc9c
commit
46f51898ff
@@ -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
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user