diff --git a/source/branches/BaM_Dev/src/EvolutionData.cxx b/source/branches/BaM_Dev/src/EvolutionData.cxx
index 2d7d0832758e0a8697c0f15abf579e49f35e648e..152ba1b2b2d71e4812de49413e3e11782132be7c 100755
--- a/source/branches/BaM_Dev/src/EvolutionData.cxx
+++ b/source/branches/BaM_Dev/src/EvolutionData.cxx
@@ -661,6 +661,7 @@ void EvolutionData::ReadDB(string DBfile, bool oldread)
 	{
 		ERROR << " Bad Database file : " <<  DBfile << endl;
 		ERROR << " The first Line MUST be the time line !!!" << endl;
+		ERROR << " last line red : \n" <<line<< endl;
 		exit (1);
 	}