]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add debug print that the system is about to be reset. I was seeing watchtog timeouts...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 30 Jul 2010 16:01:09 +0000 (16:01 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 30 Jul 2010 16:01:09 +0000 (16:01 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10761 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c

index 1c8c510d9f6f4a2cbec0625d8821b9b06f7107ab..b018eb2ae1ea8d048d3f583e4d097834228e682e 100644 (file)
@@ -74,6 +74,9 @@ WatchdogTimerDriverExpires (
   if (mWatchdogTimerNotifyFunction != NULL) {\r
     mWatchdogTimerNotifyFunction (mWatchdogTimerPeriod);\r
   }\r
+  \r
+  DEBUG ((EFI_D_ERROR, "Watchdog Timer reseting system\n"));\r
+\r
   //\r
   // Reset the platform\r
   //\r