This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH]Setup version in setup.log


I still haven't gotten the disclaimer from my company, but I hope you can
consider this a minor change.

ChangeLog:

2001-05-31  Michael Chase mchase@ix.netcom.com

    * main.cc (WinMain): Add setup version to starting setup.log entry

Patch:

--- old/main.cc Wed Sep  6 20:09:30 2000
+++ new/main.cc Sun May 27 23:30:22 2001
@@ -37,6 +37,7 @@ static char *cvsid = "\n%%% $Id: main.cc
 #include "find.h"
 #include "mount.h"
 #include "log.h"
+#include "version.h"

 #include "port.h"

@@ -57,7 +58,7 @@ WinMain (HINSTANCE h,

   next_dialog = IDD_SPLASH;

-  log (LOG_TIMESTAMP, "Starting cygwin install");
+  log (LOG_TIMESTAMP, "Starting cygwin install version %s", version);

   char cwd[_MAX_PATH];
   GetCurrentDirectory (sizeof (cwd), cwd);






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]