[PATCH]Setup version in setup.log

Michael A. Chase mchase@ix.netcom.com
Thu May 31 11:51:00 GMT 2001


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);







More information about the Cygwin-patches mailing list