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);
?>
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);
?>