mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

davidely
08.09.2007 de12910fc85156632870c1b8ec808c5bd9ac9f3a
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));