Index: trunk/FACT++/src/pwrctrl.cc
===================================================================
--- trunk/FACT++/src/pwrctrl.cc	(revision 15173)
+++ trunk/FACT++/src/pwrctrl.cc	(revision 15174)
@@ -266,5 +266,5 @@
 
         // Timeout
-        if (!fLastReport.IsValid() || fLastReport+boost::posix_time::seconds(fInterval*2)<Time())
+        if (!fLastReport.IsValid() || Time()>fLastReport+boost::posix_time::seconds(fInterval*3))
             return Power::State::kDisconnected;
 
@@ -531,5 +531,5 @@
 {
     cout <<
-        "The lidctrl is an interface to the LID control hardware.\n"
+        "The pwrctrl is an interface to the LID control hardware.\n"
         "\n"
         "The default is that the program is started without user intercation. "
@@ -538,6 +538,6 @@
         "help message about the usuage can be brought to the screen.\n"
         "\n"
-        "Usage: lidctrl [-c type] [OPTIONS]\n"
-        "  or:  lidctrl [OPTIONS]\n";
+        "Usage: pwrctrl [-c type] [OPTIONS]\n"
+        "  or:  pwrctrl [OPTIONS]\n";
     cout << endl;
 }
