Index: /trunk/FACT++/src/mcp.cc
===================================================================
--- /trunk/FACT++/src/mcp.cc	(revision 11508)
+++ /trunk/FACT++/src/mcp.cc	(revision 11509)
@@ -175,5 +175,5 @@
     {
         if (fStatusFTM.second==FTM::kTakingData)
-            Dim::SendCommand("FTM_CONTROL/STOP");
+            Dim::SendCommand("FTM_CONTROL/STOP_RUN");
 
         // FIXME: Do step 2 only when FTM is stopped
@@ -225,5 +225,6 @@
         if (fNumEvents>0 || fMaxTime>0)
             str << " [";
-            str << fNumEvents << " events"
+        if (fNumEvents>0)
+            str << fNumEvents << " events";
         if (fNumEvents>0 && fMaxTime>0)
             str << " / ";
