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:
@ -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 ()) {
|
||||
|
Reference in New Issue
Block a user