Index: trunk/FACT++/src/dataLogger.cc
===================================================================
--- trunk/FACT++/src/dataLogger.cc	(revision 10498)
+++ trunk/FACT++/src/dataLogger.cc	(revision 10499)
@@ -438,4 +438,5 @@
 #endif
 #endif
+
 		//Give a name to this machine's specific states
 		AddStateName(kSM_DailyOpen,      "DailyFileOpen",  "Add description here");
@@ -447,6 +448,6 @@
         /*Add the possible transitions for this machine*/
                 AddTransition(kSM_DailyOpen, fTransStart, kSM_Ready, kSM_BadDailyConfig)
-                    (boost::bind(&DataLogger::StartPlease, this))
-                    ("start the daily logging. daily file location must be specified already");
+                    (boost::bind(&DataLogger::StartPlease, this));
+//                    ("start the daily logging. daily file location must be specified already");
 
 		AddTransition(kSM_Ready, fTransStop, kSM_DailyOpen, kSM_WaitingRun, kSM_Logging)
@@ -507,5 +508,4 @@
 		fNumSubAndFitsData.numOpenFits = 0;
 		fNumSubAndFits = new DimDescribedService((GetName() + "/NUM_SUBS").c_str(), "I:2", &fNumSubAndFitsData, sizeof(NumSubAndFitsType), "Add description here");
-
 }
 // --------------------------------------------------------------------------
