mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/ResetSystemRuntimeDxe: Add more info in debug message
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
c0bf47682d
commit
9c227e07dd
|
@ -266,7 +266,10 @@ ResetSystem (
|
|||
}
|
||||
|
||||
mResetNotifyDepth++;
|
||||
DEBUG ((DEBUG_INFO, "DXE ResetSystem2: Reset call depth = %d.\n", mResetNotifyDepth));
|
||||
DEBUG ((
|
||||
DEBUG_INFO, "DXE ResetSystem2: ResetType %s, Call Depth = %d.\n",
|
||||
mResetTypeStr[ResetType], mResetNotifyDepth
|
||||
));
|
||||
|
||||
if (mResetNotifyDepth <= MAX_RESET_NOTIFY_DEPTH) {
|
||||
if (!EfiAtRuntime ()) {
|
||||
|
|
Loading…
Reference in New Issue