Index: /trunk/FACT++/src/temperature.cc
===================================================================
--- /trunk/FACT++/src/temperature.cc	(revision 15334)
+++ /trunk/FACT++/src/temperature.cc	(revision 15335)
@@ -105,4 +105,10 @@
 
         Update(temp);
+
+        ostringstream msg;
+        msg << "T="    << temp[0] << "°C"
+            << " Tmin=" << temp[1] << "°C"
+            << " Tmax=" << temp[2] << "°C";
+        Message(msg);
 
         fStatus = Temperature::State::kValid;
@@ -427,5 +433,5 @@
         ("url,u",      var<string>("/statusjsn.js?components=18179&_=1365876572736"),  "File name and path to load")
         ("quiet,q",    po_bool(true),  "Disable printing contents of all received messages (except dynamic data) in clear text.")
-        ("interval,i", var<uint16_t>(15), "Interval between two updates on the server in seconds")
+        ("interval,i", var<uint16_t>(60), "Interval between two updates on the server in seconds")
         ("debug-tx",   po_bool(), "Enable debugging of ethernet transmission.")
         ("debug-rx",   po_bool(), "Enable debugging for received data.")
@@ -447,5 +453,5 @@
 {
     cout <<
-        "The temperature is an interface to readout the temperate from the power switch.\n"
+        "The temperature is an interface to readout the temperature from the power switch.\n"
         "\n"
         "The default is that the program is started without user intercation. "
