From: Florian Forster Date: Thu, 31 Jan 2013 20:08:25 +0000 (+0100) Subject: cpu plugin: Remove broken debug message. X-Git-Tag: collectd-4.10.9~16 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=8a326ccdf993a522e7b87eaeecd510f4cabe975d cpu plugin: Remove broken debug message. The message was uninformative and did cast a pointer to an int, resulting in a compile error. --- diff --git a/src/cpu.c b/src/cpu.c index 7aa6361b..8581590b 100644 --- a/src/cpu.c +++ b/src/cpu.c @@ -344,8 +344,6 @@ static int cpu_read (void) cpu_temp_retry_counter = 0; cpu_temp_retry_step = 1; - - DEBUG ("cpu_temp = %i", (int) cpu_temp); #endif /* PROCESSOR_TEMPERATURE */ } /* #endif PROCESSOR_CPU_LOAD_INFO */