Index: /trunk/FACT++/src/StateMachineImp.cc
===================================================================
--- /trunk/FACT++/src/StateMachineImp.cc	(revision 10423)
+++ /trunk/FACT++/src/StateMachineImp.cc	(revision 10424)
@@ -381,5 +381,5 @@
     for (vector<EventImp*>::const_iterator c=fListOfEvents.begin(); c!=fListOfEvents.end(); c++)
         if (evt.empty() || GetName()+'/'+evt==(*c)->GetName())
-            (*c)->Print(out);
+            (*c)->Print(out, true);
 }
 
