diff --git a/source/trunk/include/Scenario.hxx b/source/trunk/include/Scenario.hxx
index 1ee005763191e209fa4818d413e68aa1b91ff065..54acc4a1207b9d646a6079044ecb3adabe8ce056 100755
--- a/source/trunk/include/Scenario.hxx
+++ b/source/trunk/include/Scenario.hxx
@@ -34,7 +34,7 @@ class Storage;
  
  
  @author BaM
- @author Marc
+ @author BaL
  @version 2.0
  */
 //________________________________________________________________________
@@ -56,7 +56,7 @@ class Scenario : public CLASSObject
 	 \param log : used for the log.
 	 \param abstime: Starting time of the Parc in second
 	 */
-	Scenario(CLASSLogger* Log = new CLASSLogger("CLASS_OUTPUT.log"), cSecond abstime = 0);	///< Log Constructor.
+	Scenario(CLASSLogger* Log, cSecond abstime = 0);	///< Log Constructor.
 	//}
 	
 	//{