From 01d29f397897b96d98101d6358096462b2810231 Mon Sep 17 00:00:00 2001
From: Baptiste Mouginot <mouginot.baptiste@gmail.com>
Date: Wed, 9 Jul 2014 14:11:31 +0000
Subject: [PATCH] git-svn-id: svn+ssh://svn.in2p3.fr/class@334
 0e7d625b-0364-4367-a6be-d5be4a48d228

---
 source/branches/CLASSV3/src/Scenario.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/branches/CLASSV3/src/Scenario.cxx b/source/branches/CLASSV3/src/Scenario.cxx
index 715c947c6..8e69bc3a4 100755
--- a/source/branches/CLASSV3/src/Scenario.cxx
+++ b/source/branches/CLASSV3/src/Scenario.cxx
@@ -849,7 +849,7 @@ void Scenario::OpenOutputTree()
 		ERROR << "\nCould not open " << fOutputFileName <<endl;
 		exit(-1);
 	}
-	cout << "\t ...OK!" << endl;
+	INFO << "\t ...OK!" << endl;
 
 
 	fOutT = new TTree(fOutputTreeName.c_str(), "Data Tree");
-- 
GitLab