diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 50c0a323004b8e7df33dde5960b66bdab3274abf..7bfa7d871457e7c7ef7603b6016f8683d7f94abb 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -43,7 +43,7 @@
  * @see watchdog()
  * @see watchdog_severity_levels()
  */
-define('WATCHDOG_EMERGENCY', 0);
+define('WATCHDOG_EMERG', 0);
 
 /**
  * Log message severity -- Alert: action must be taken immediately.