Index: /trunk/FACT++/src/EventBuilderWrapper.h
===================================================================
--- /trunk/FACT++/src/EventBuilderWrapper.h	(revision 13168)
+++ /trunk/FACT++/src/EventBuilderWrapper.h	(revision 13169)
@@ -144,8 +144,8 @@
 
         ostringstream str;
-        str << "Set next run-number to " << fRunNumber << " determined from " << fPath;
+        str << "Set next run-number to " << fRunNumber << " determined from '" << (fPath.empty()?".":fPath) << "'";
         fMsg.Message(str);
 
-        fMsg.Info(" ==> TODO: Crosscheck with database!");
+        //fMsg.Info(" ==> TODO: Crosscheck with database!");
 
         return check;
@@ -282,5 +282,5 @@
         // FIMXE: Maybe reset an event counter so that the mcp can count events?
 
-        fMsg.Info(" ==> TODO: Set a limit on the size of fExpectedRuns!");
+        //fMsg.Info(" ==> TODO: Set a limit on the size of fExpectedRuns!");
 
         fExpectedRuns[fRunNumber] = descr;
@@ -428,5 +428,5 @@
 
     // FIXME: To be removed
-    void SetMode(int mode) const { g_runStat = mode; }
+    //void SetMode(int mode) const { g_runStat = mode; }
 
     bool IsConnected(int i) const     { return gi_NumConnect[i]==7; }
@@ -574,5 +574,5 @@
     FileHandle_t runOpen(uint32_t runid, RUN_HEAD *h, size_t)
     {
-        fMsg.Info(" ==> TODO: Update run configuration in database!");
+        //fMsg.Info(" ==> TODO: Update run configuration in database!");
 
         map<uint32_t,FAD::RunDescription>::iterator it = fExpectedRuns.begin();
@@ -690,5 +690,5 @@
     int runClose(FileHandle_t handler, RUN_TAIL *tail, size_t)
     {
-        fMsg.Info(" ==> TODO: Update run configuration in database!");
+        //fMsg.Info(" ==> TODO: Update run configuration in database!");
 
         DataProcessorImp *file = reinterpret_cast<DataProcessorImp*>(handler);
