reducing confusion
This commit is contained in:
parent
00e52fae97
commit
c8fa9a1ead
|
@ -177,6 +177,7 @@ namespace priv
|
|||
void efiPrintfInternal(const char *format, ...) {
|
||||
#if EFI_UNIT_TEST || EFI_SIMULATOR
|
||||
if (verboseMode) {
|
||||
printf("efiPrintfInternal:");
|
||||
va_list ap;
|
||||
va_start(ap, format);
|
||||
vprintf(format, ap);
|
||||
|
|
Loading…
Reference in New Issue