Index: trunk/FACT++/src/Fits.cc
===================================================================
--- trunk/FACT++/src/Fits.cc	(revision 11359)
+++ trunk/FACT++/src/Fits.cc	(revision 11364)
@@ -301,5 +301,5 @@
         char text[30];
         fits_get_errstatus(status, text);
-        str << "Inserting row into " << fFileName << " failed (fits_insert_rows, rc=" << status << "), Message: " << text;
+        str << "Inserting row into " << fFileName << ": " << text << " (fits_insert_rows, rc=" << status << ");
         fMess->Error(str);
         Close();
