22 uses of WATCHDOG_WARNING

aggregator_aggregator_fetch in drupal-7.x/modules/aggregator/aggregator.fetcher.inc
Implements hook_aggregator_fetch().
aggregator_parse_feed in drupal-7.x/modules/aggregator/aggregator.parser.inc
Parses a feed and stores its items.
ajax_get_form in drupal-7.x/includes/ajax.inc
Gets a form submitted via #ajax during an Ajax callback.
authorize_access_denied_page in drupal-7.x/authorize.php
Renders a 403 access denied page for authorize.php.
comment_form_submit in drupal-7.x/modules/comment/comment.module
Process comment form submissions; prepare the comment, store it, and set a redirection target.
DBLogTestCase::getSeverityConstant in drupal-7.x/modules/dblog/dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
dblog_overview in drupal-7.x/modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
drupal_cron_cleanup in drupal-7.x/includes/common.inc
Shutdown function: Performs cron cleanup.
drupal_cron_run in drupal-7.x/includes/common.inc
Executes a cron run when called.
drupal_deliver_html_page in drupal-7.x/includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
drupal_error_levels in drupal-7.x/includes/errors.inc
Maps PHP error constants to watchdog severity levels.
drupal_xml_parser_create in drupal-7.x/includes/unicode.inc
Prepares a new XML parser.
hook_watchdog in drupal-7.x/modules/system/system.api.php
Log an event message.
locale_translate_edit_form_validate in drupal-7.x/modules/locale/locale.admin.inc
Validate string editing form submissions.
openid_verify_assertion_nonce in drupal-7.x/modules/openid/openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
theme in drupal-7.x/includes/theme.inc
Generates themed output.
update_access_denied_page in drupal-7.x/update.php
Renders a 403 access denied page for update.php.
user_user_operations in drupal-7.x/modules/user/user.module
Implements hook_user_operations().
watchdog_severity_levels in drupal-7.x/includes/common.inc
Returns a list of severity levels, as defined in RFC 3164.
_locale_import_po in drupal-7.x/includes/locale.inc
Parses Gettext Portable Object file information and inserts into database
_locale_rebuild_js in drupal-7.x/includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.
_node_query_node_access_alter in drupal-7.x/modules/node/node.module
Helper for node access functions.