diff --git a/core/includes/errors.inc b/core/includes/errors.inc index 17d4e7c..2e13cc5 100644 --- a/core/includes/errors.inc +++ b/core/includes/errors.inc @@ -171,8 +171,7 @@ function _drupal_log_error($error, $fatal = FALSE) { } } - // Ensure to log out to error log for fatals, so developers can find and debug - // the problems + // Log fatal errors, so developers can find and debug them. if ($fatal) { error_log(sprintf('%s: %s in %s on line %d', $error['%type'], $error['@message'], $error['%file'], $error['%line'])); }