WATCHDOG_WARNING

in includes/bootstrap.inc

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.

<?php
define('WATCHDOG_WARNING', 1);
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.