diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 127e322e0..8a8e889f1 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -64,7 +64,7 @@ define('CACHE_NORMAL', 1); * @see watchdog() * @see watchdog_severity_levels() */ -define('WATCHDOG_EMERG', 0); +define('WATCHDOG_EMERGENCY', 0); /** * Log message severity -- Alert: action must be taken immediately. |