? watchdog.patch
Index: apachesolr.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.module,v
retrieving revision 1.1.2.12.2.155.2.54
diff -u -p -r1.1.2.12.2.155.2.54 apachesolr.module
--- apachesolr.module	27 Dec 2009 17:15:50 -0000	1.1.2.12.2.155.2.54
+++ apachesolr.module	27 Dec 2009 17:20:29 -0000
@@ -581,7 +581,7 @@ function apachesolr_set_stats_message($t
     drupal_set_message(t($text, $stats_summary), $type, FALSE);
   }
   catch (Exception $e) {
-    watchdog('apachesolr', nl2br(check_plain($e->getMessage())), NULL, WATCHDOG_ERROR);
+    watchdog('Apache Solr', nl2br(check_plain($e->getMessage())), NULL, WATCHDOG_ERROR);
   }
 }
 
Index: apachesolr_search.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr_search.admin.inc,v
retrieving revision 1.1.2.20.2.4
diff -u -p -r1.1.2.20.2.4 apachesolr_search.admin.inc
--- apachesolr_search.admin.inc	27 Dec 2009 17:15:50 -0000	1.1.2.20.2.4
+++ apachesolr_search.admin.inc	27 Dec 2009 17:20:29 -0000
@@ -17,7 +17,7 @@ function apachesolr_search_settings_page
     $output .= drupal_get_form('apachesolr_search_settings_form', $fields);
   }
   catch (Exception $e) {
-    watchdog('apachesolr', nl2br(check_plain($e->getMessage())));
+    watchdog('Apache Solr', nl2br(check_plain($e->getMessage())), NULL, WATCHDOG_ERROR);
     drupal_set_message(nl2br(check_plain($e->getMessage())), "warning");
     $output .= t('Cannot get information about the fields in the index at this time.');
   }
