diff options
Diffstat (limited to 'MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c')
-rw-r--r-- | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c index f72b4df..2403e1a 100644 --- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c +++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c @@ -69,7 +69,7 @@ WatchdogTimerDriverExpires ( mWatchdogTimerNotifyFunction (mWatchdogTimerPeriod);
}
- DEBUG ((EFI_D_ERROR, "Watchdog Timer resetting system\n"));
+ DEBUG ((DEBUG_ERROR, "Watchdog Timer resetting system\n"));
//
// Reset the platform
|