Skip to content

Commit 4f35e7b

Browse files
mingwandroidGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
Add debugging for strace make_command_line
[jes: adjusted it so it respects the --quiet flag] Signed-off-by: Johannes Schindelin <[email protected]>
1 parent cbcb95e commit 4f35e7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

winsup/utils/strace.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ create_child (char **argv)
351351
flags |= CREATE_NEW_CONSOLE | CREATE_NEW_PROCESS_GROUP;
352352

353353
make_command_line (one_line, argv);
354+
if (!quiet)
355+
printf ("create_child: %s\n", one_line.buf);
354356

355357
SetConsoleCtrlHandler (NULL, 0);
356358
/* Commit message for this code was:

0 commit comments

Comments
 (0)