]> git.sur5r.net Git - i3/i3status/blobdiff - src/print_cpu_temperature.c
Skip a day in the Discordian calendar when St. Tib's Day has passed
[i3/i3status] / src / print_cpu_temperature.c
index 742a102618eac161220fcbd6444d8acd2ac3c539..8e7d7f9c4c23e0392c0e1940ec249e9b6dd24cfe 100644 (file)
@@ -113,5 +113,6 @@ void print_cpu_temperature_info(yajl_gen json_gen, char *buffer, int zone, const
         return;
 error:
 #endif
-        (void)fputs("Cannot read temperature\n", stderr);
+        OUTPUT_FULL_TEXT("cant read temp");
+        (void)fputs("i3status: Cannot read temperature. Verify that you have a thermal zone in /sys/class/thermal or disable the cpu_temperature module in your i3status config.\n", stderr);
 }