Index: trunk/FACT++/src/fscctrl.cc
===================================================================
--- trunk/FACT++/src/fscctrl.cc	(revision 19931)
+++ trunk/FACT++/src/fscctrl.cc	(revision 19932)
@@ -273,7 +273,7 @@
             temperatures.push_back(valid ? GetTempPT1000(resist[*pt]) : 0);
 
-            if (temperatures.back()>55)
+            if (temperatures.back()>fTempLimit)
             {
-                Warn("Temperature sensor "+to_string(temperatures.size()-1)+" exceeds 55 degC!");
+                Warn("Temperature sensor "+to_string(temperatures.size()-1)+" exceeds "+Tools::Form("%.1f",fTempLimit)+" degC!");
                 tempgt50 = true;
             }
@@ -291,5 +291,5 @@
         if (fTempExceeded==3)
         {
-            Error("EMERGENCY: This is the third time in a row that any of the tempereture sensors exceeds "+to_string(fTempLimit)+" degC.");
+            Error("EMERGENCY: This is the third time in a row that any of the tempereture sensors exceeds "+Tools::Form("%.1f", fTempLimit)+" degC.");
             Dim::SendCommandNB("BIAS_CONTROL/VOLTAGE_OFF");
             Error("Sending 'BIAS_CONTROL/VOLTAGE_OFF'.");
