Code

ChangeLog: Fix typo.
authorFlorian Forster <octo@collectd.org>
Thu, 31 Jan 2013 20:07:05 +0000 (21:07 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 31 Jan 2013 20:07:05 +0000 (21:07 +0100)
ChangeLog

index c0dcbed507c2fa1b2246255e1fa088643cc6aeb1..056678037ca99ef48fe14a90281bbba35a48766d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * redis plugin: A build failure has been fixed. Thanks to Pierre-Yves
          Ritschard for his patch.
        * varnish plugin: Fix a problem with instances without name.
-       * write_graphite: A regression which rendered the "SeparateInstances"
-         and "AlwaysAppendDS" options unusable has been fixed. A failed
-         assertion when using types with many data sources has been fixed.
-         Improve reporting of connection errors to not spam log files too
-         much. Thanks to Pierre-Yves Ritschard for reporting the logging
-         problem.
+       * write_graphite plugin: A regression which rendered the
+         "SeparateInstances" and "AlwaysAppendDS" options unusable has been
+         fixed. A failed assertion when using types with many data sources
+         has been fixed. Improve reporting of connection errors to not spam
+         log files too much. Thanks to Pierre-Yves Ritschard for reporting
+         the logging problem.
        * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
          Mettier for reporting this bug.