constant WATCHDOG_WARNING in Drupal 5
Same name and namespace in other branches
- 4 includes/bootstrap.inc \WATCHDOG_WARNING
- 6 includes/bootstrap.inc \WATCHDOG_WARNING
- 7 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.
16 uses of WATCHDOG_WARNING
- aggregator_parse_feed in modules/
aggregator/ aggregator.module - aggregator_refresh in modules/
aggregator/ aggregator.module - Checks a news feed for new items.
- comment_save in modules/
comment/ comment.module - Accepts a submission of new or changed comment content.
- 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.
File
- includes/
bootstrap.inc, line 46 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_WARNING', 1);