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 //