]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* main.cc (WinMain): Add setup version to starting setup.log entry
authorChristopher Faylor <me@cgf.cx>
Thu, 31 May 2001 19:04:29 +0000 (19:04 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 31 May 2001 19:04:29 +0000 (19:04 +0000)
ChangeLog
main.cc

index 5b29e7d1d5f68659fb928bbed7b225e79dfefffd..63458b12fa8a37225484ffea84a3e3d5b1717afd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-31  Michael Chase mchase@ix.netcom.com
+
+       * main.cc (WinMain): Add setup version to starting setup.log entry
+
 Tue May 29 21:37:58 2001  Yukihiko Sohda <sohda@is.titech.ac.jp>
 
        * inilex.l: Add + to list of valid string characters.
diff --git a/main.cc b/main.cc
index 45dc9fb3cb3ccdee3d551447acc077b617c93cef..baca495d1da19a5fd7937f84662a91f2e476784a 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -37,6 +37,7 @@ static char *cvsid = "\n%%% $Id$\n";
 #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);
This page took 0.033641 seconds and 5 git commands to generate.