Index: trunk/FACT++/src/Fits.cc
===================================================================
--- trunk/FACT++/src/Fits.cc	(revision 11282)
+++ trunk/FACT++/src/Fits.cc	(revision 11283)
@@ -342,5 +342,4 @@
 //			if (fTable != NULL)
 //				delete fTable;
-    fMess->Info("Closing: "+fFileName);
 	if (fFile != NULL && fOwner)
 	{
@@ -350,4 +349,6 @@
 //	    fFile->flush();
 	    delete fFile;
+
+            fMess->Info("Closed: "+fFileName);
 	}
 	fFile = NULL;
