List:Commits« Previous MessageNext Message »
From:rburnett Date:September 29 2006 9:57pm
Subject:Connector/NET commit: r376 - trunk/Installer
View as plain text  
Modified:
   trunk/Installer/MachineConfig.js
Log:
changed log filename to MySql.Data.log

Modified: trunk/Installer/MachineConfig.js
===================================================================
--- trunk/Installer/MachineConfig.js	2006-09-29 21:51:57 UTC (rev 375)
+++ trunk/Installer/MachineConfig.js	2006-09-29 21:57:14 UTC (rev 376)
@@ -125,7 +125,7 @@
     try
     {
         var fso = new ActiveXObject("Scripting.FileSystemObject");
-        return fso.CreateTextFile("c:\\mysqlddexinstall.txt", true);
+        return fso.CreateTextFile("c:\\MySql.Data.log", true);
     }
     catch(e)
     {

Thread
Connector/NET commit: r376 - trunk/Installerrburnett29 Sep