_coder_review_6x_watchdog_debug_warning

Versions
mediamosa-21
_coder_review_6x_watchdog_debug_warning()

Code

sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 989

<?php
function _coder_review_6x_watchdog_debug_warning() {
  return array(
    '#warning' => t('Parameters of !watchdog() changed, you use $severity WATCHDOG_DEBUG instead of $type \'debug\'',
      array(
        '!watchdog' => theme('drupalapi', 'watchdog', '6')
      )
    ),
    '#link' => 'http://drupal.org/node/114774#watchdog_logging',
  );
}
?>