Index: /trunk/FACT++/src/DataProcessorImp.cc
===================================================================
--- /trunk/FACT++/src/DataProcessorImp.cc	(revision 16091)
+++ /trunk/FACT++/src/DataProcessorImp.cc	(revision 16092)
@@ -1,4 +1,5 @@
 #include "DataProcessorImp.h"
 
+#include "HeadersFAD.h"
 #include "FAD.h"
 #include "tools.h"
@@ -45,5 +46,5 @@
 // =======================================================================
 
-bool DataDump::Open(const RUN_HEAD &h, const FAD::RunDescription &)
+bool DataDump::Open(const RUN_HEAD &h, const FAD::RunDescription &d)
 {
     fFileName = "/dev/null";
@@ -53,9 +54,9 @@
         << "OPEN_FILE #" << GetRunId() << ":"
         << " Ver=" << h.Version
-        << " Typ=" << h.RunType
         << " Nb="  << h.NBoard
         << " Np="  << h.NPix
         << " NTm=" << h.NTm
-        << " roi=" << h.Nroi;
+        << " roi=" << h.Nroi
+        << " Typ=" << d.name;
 
     Debug(str);
