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:
klu2 2009-03-25 09:10:47 +00:00
parent 66f5da3dc3
commit d26b17e3c7
1 changed files with 5 additions and 0 deletions

View File

@ -92,5 +92,10 @@ PrintString (
mCursor += 2;
}
}
//
// All information also output to serial port.
//
DebugSerialPrint (String);
}