mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Added logging the exact command-line string passed to the CreateProcessA() Windows API in Boost Build's execnt.c module.
[SVN r78992]
This commit is contained in:
@@ -454,6 +454,10 @@ void exec_cmd
|
||||
string_new( &cmdtab[ slot ].buffer_out );
|
||||
string_new( &cmdtab[ slot ].buffer_err );
|
||||
|
||||
if ( DEBUG_EXECCMD )
|
||||
printf( "Command string to be sent to CreateProcessA(): '%s'\n",
|
||||
cmd.value );
|
||||
|
||||
/* Run the command by creating a sub-process for it. */
|
||||
if (
|
||||
! CreateProcessA(
|
||||
|
||||
Reference in New Issue
Block a user