Same name and namespace in other branches
  1. 4.6.x includes/bootstrap.inc \WATCHDOG_WARNING
  2. 4.7.x includes/bootstrap.inc \WATCHDOG_WARNING
  3. 6.x includes/bootstrap.inc \WATCHDOG_WARNING
  4. 7.x includes/bootstrap.inc \WATCHDOG_WARNING

Indicates a warning-level watchdog event; this can be triggered by an error in a module that does not impact the overall functionality of the site.

11 uses of WATCHDOG_WARNING
aggregator_parse_feed in modules/aggregator/aggregator.module
drupal_access_denied in includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_cron_cleanup in includes/common.inc
Shutdown function for cron cleanup.
drupal_notify in modules/drupal/drupal.module
Sends a ping to the Drupal directory server.
drupal_not_found in includes/common.inc
Generates a 404 error if the request can not be handled.

... See full list

File

includes/bootstrap.inc, line 46
Functions that need to be loaded on every Drupal request.

Code

define('WATCHDOG_WARNING', 1);