mirror of https://github.com/acidanthera/audk.git
Add debug print that the system is about to be reset. I was seeing watchtog timeouts in UnixPkg and they were hard to debug as gdb was exiting. This debug print should be useful in general.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10761 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6c45642e2b
commit
dd85e4b531
|
@ -74,6 +74,9 @@ WatchdogTimerDriverExpires (
|
|||
if (mWatchdogTimerNotifyFunction != NULL) {
|
||||
mWatchdogTimerNotifyFunction (mWatchdogTimerPeriod);
|
||||
}
|
||||
|
||||
DEBUG ((EFI_D_ERROR, "Watchdog Timer reseting system\n"));
|
||||
|
||||
//
|
||||
// Reset the platform
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue