summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 19b6d26)
raw | patch | inline | side by side (parent: 19b6d26)
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.
resulting in a compile error.
src/cpu.c | patch | blob | history |
diff --git a/src/cpu.c b/src/cpu.c
index 7aa6361bad3b7959f3dcba1a98ecd079fc48fc04..8581590bc2205352d4a364e9a670aa5f201d9cb6 100644 (file)
--- a/src/cpu.c
+++ b/src/cpu.c
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 */