From: octo Date: Fri, 19 May 2006 12:15:10 +0000 (+0000) Subject: Fixed miscellaneous small stuff.. X-Git-Tag: svn-trunk~23 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=5b4e374c21b5fa493c2af3334975d764e7827e20;p=collectd.git Fixed miscellaneous small stuff.. --- diff --git a/AUTHORS b/AUTHORS index 84e313db..7fbc7430 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,9 @@ This package was written by: Florian octo Forster +apcups plugin by: + Anthony Gialluca + cpufreq module by: Peter Holik diff --git a/collectd.spec b/collectd.spec index 8c4854e8..0a03acf9 100644 --- a/collectd.spec +++ b/collectd.spec @@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0444,root,root) %{_libdir}/%{name}/sensors.so* %changelog +* Tue May 09 2006 Florian octo Forster 3.9.2-1 +- New upstream version + * Tue May 09 2006 Florian octo Forster 3.8.5-1 - New upstream version diff --git a/src/apache.c b/src/apache.c index c90213e7..156ad5dc 100644 --- a/src/apache.c +++ b/src/apache.c @@ -284,6 +284,7 @@ static void apache_read (void) if (url == NULL) return; + apache_buffer_len = 0; if (curl_easy_perform (curl) != 0) { syslog (LOG_WARNING, "apache: curl_easy_perform failed: %s", apache_curl_error); diff --git a/src/collectd.c b/src/collectd.c index b4ee5046..2720590e 100644 --- a/src/collectd.c +++ b/src/collectd.c @@ -201,7 +201,7 @@ static int start_client (void) if (timeval_sub_timespec (&tv_next, &tv_now, &ts_wait) != 0) { - syslog (LOG_WARNING, "No sleeping because `timeval_sub_timespec' returned non-zero!"); + syslog (LOG_WARNING, "Not sleeping because `timeval_sub_timespec' returned non-zero!"); continue; }