summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c')
-rw-r--r--MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c
index 1c8c510d9f..b018eb2ae1 100644
--- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c
+++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c
@@ -74,6 +74,9 @@ WatchdogTimerDriverExpires (
if (mWatchdogTimerNotifyFunction != NULL) {
mWatchdogTimerNotifyFunction (mWatchdogTimerPeriod);
}
+
+ DEBUG ((EFI_D_ERROR, "Watchdog Timer reseting system\n"));
+
//
// Reset the platform
//