projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b6d26
)
cpu plugin: Remove broken debug message.
author
Florian Forster
<octo@collectd.org>
Thu, 31 Jan 2013 20:08:25 +0000
(21:08 +0100)
committer
Florian Forster
<octo@collectd.org>
Thu, 31 Jan 2013 20:08:25 +0000
(21:08 +0100)
The message was uninformative and did cast a pointer to an int,
resulting in a compile error.
src/cpu.c
patch
|
blob
|
history
diff --git
a/src/cpu.c
b/src/cpu.c
index
7aa6361
..
8581590
100644
(file)
--- 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 */