From 8a326ccdf993a522e7b87eaeecd510f4cabe975d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 31 Jan 2013 21:08:25 +0100 Subject: [PATCH] cpu plugin: Remove broken debug message. The message was uninformative and did cast a pointer to an int, resulting in a compile error. --- src/cpu.c | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.11.0