From de12910fc85156632870c1b8ec808c5bd9ac9f3a Mon Sep 17 00:00:00 2001
From: davidely <davidely@localhost>
Date: Tue, 08 May 2007 08:09:58 +0000
Subject: [PATCH] Fixed a problem where OpenDS couldn't be installed on Windows in a directory with a space in it's path. There was also a similar, but more benign problem with log messages generated from start-ds.bat and stop-ds.bat.
---
opends/src/build-tools/windows/common.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/build-tools/windows/common.c b/opends/src/build-tools/windows/common.c
index b8e598b..daabef4 100644
--- a/opends/src/build-tools/windows/common.c
+++ b/opends/src/build-tools/windows/common.c
@@ -53,7 +53,7 @@
STARTUPINFO startInfo; // info to pass to the new process
DWORD processFlag; // background process flag
- debug("Attempting to child process '%s' background=%d.", command, background);
+ debug("Attempting to create child process '%s' background=%d.", command, background);
// reset process info first
ZeroMemory(procInfo, sizeof(PROCESS_INFORMATION));
--
Gitblit v1.10.0