Index: /trunk/docs/Changelog
===================================================================
--- /trunk/docs/Changelog	(revision 348)
+++ /trunk/docs/Changelog	(revision 349)
@@ -1,3 +1,4 @@
 2.8.5:
+	* Fix wrong handler for LogmonMarkSeverity (reported by S. Chittenden)
 	* Better protection against the 'intruder on server' scenario
 	  pointed out by xrx. Add option to disable shell expansion in
@@ -8,5 +9,5 @@
 	  Sean Chittenden)
 
-2.8.4a:
+2.8.4a (11-05-2011):
 	* Fix for compile error with --with-prelude 
 	  (reported by Sean Chittenden), missing regression test added
@@ -14,5 +15,5 @@
 	  missing regression test added
 
-2.8.4:
+2.8.4 (30-04-2011):
 	* Fix another reload bug in the log monitoring module
 	* Add unit tests for IgnoreAdded/IgnoreDeleted configuration directives
Index: /trunk/src/sh_log_check.c
===================================================================
--- /trunk/src/sh_log_check.c	(revision 348)
+++ /trunk/src/sh_log_check.c	(revision 349)
@@ -1306,5 +1306,5 @@
     {
         N_("logmonmarkseverity"),
-        sh_logmon_set_save_dir,
+        sh_log_set_mark_severity,
     },
     {
