diff --git a/source/branches/CLASSV3/Model/XS/XSM_MLP.cxx b/source/branches/CLASSV3/Model/XS/XSM_MLP.cxx
index 41f1b7d186e15acdb9ba6afb221154dd5856a083..99ce5afe8ca37cbaae3c8b9e614d2dac46166d29 100644
--- a/source/branches/CLASSV3/Model/XS/XSM_MLP.cxx
+++ b/source/branches/CLASSV3/Model/XS/XSM_MLP.cxx
@@ -265,10 +265,11 @@ TTree* XSM_MLP::CreateTMVAInputTree(IsotopicVector isotopicvector,int TimeStep)
 
 	j=0;
 	map<ZAI ,string >::iterator it2;
+	DBGV("INPUT TMVA");
 	for( it2 = fMapOfTMVAVariableNames.begin() ; it2!=fMapOfTMVAVariableNames.end() ; it2++)
 	{
 		InputTMVA[j] = IVAccordingToUserInfoFile.GetZAIIsotopicQuantity( (*it2).first ) ;
-		INFO<< (*it2).first.Z()<<" "<<(*it2).first.A()<<" "<<InputTMVA[j]<<endl;
+		DBGV((*it2).first.Z()<<" "<<(*it2).first.A()<<" "<<InputTMVA[j]);
 		j++;
 	}