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

davidely
08.09.2007 9836719efe27a1cc59399d300e7286f8d000b2f2
opendj-sdk/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));