Index: webform_report.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/webform/webform_report.inc,v retrieving revision 1.17.2.9 diff -u -p -r1.17.2.9 webform_report.inc --- webform_report.inc 8 Oct 2008 19:51:40 -0000 1.17.2.9 +++ webform_report.inc 11 Dec 2008 11:59:35 -0000 @@ -208,7 +208,7 @@ function webform_results_clear_form_subm $message = t('Webform %title entries cleared.', array('%title' => $title)); drupal_set_message($message); - watchdog('webform', $message, WATCHDOG_NOTICE); + watchdog('webform', $message); $form_state['redirect'] = 'node/'. $form_state['values']['nid'] .'/webform-results'; }