mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
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++;
|
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 (mResetNotifyDepth <= MAX_RESET_NOTIFY_DEPTH) {
|
||||||
if (!EfiAtRuntime ()) {
|
if (!EfiAtRuntime ()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user