]> git.proxmox.com Git - mirror_edk2.git/commit - SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
SecurityPkg/Tcg: Fix debug messages
authorMichael Kinney <michael.d.kinney@intel.com>
Thu, 7 Jan 2016 22:24:22 +0000 (22:24 +0000)
committermdkinney <mdkinney@Edk2>
Thu, 7 Jan 2016 22:24:22 +0000 (22:24 +0000)
commit655dabe33811883add56c169e4f29749c22ec51c
treef86137241d4aca348de6bc6c90e93455013fb3e1
parente49ecad0fa2f918eded65bc3477cfb64e4fb133a
SecurityPkg/Tcg: Fix debug messages

Debug messages are using a format strings with %s for
a Unicode string, but the strings being printed are
ASCII strings and this results in corrupted debug
messages.  Change the the format string to use %a
instead of %s.

Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19617 6f19259b-4bc3-4df7-8a09-765794883524
SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
SecurityPkg/Tcg/TcgDxe/TcgDxe.c
SecurityPkg/Tcg/TrEEDxe/TrEEDxe.c