mirror of https://github.com/acidanthera/audk.git
Also output information to serial
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7952 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
66f5da3dc3
commit
d26b17e3c7
|
@ -92,5 +92,10 @@ PrintString (
|
|||
mCursor += 2;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// All information also output to serial port.
|
||||
//
|
||||
DebugSerialPrint (String);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue