2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Removed a printf() statement in Boost Jam's execnt.c module leftover by accident from a previous debugging session.

[SVN r79006]
This commit is contained in:
Jurko Gospodnetić
2012-06-19 12:28:30 +00:00
parent fd4d69acd6
commit 09e976d0cb

View File

@@ -448,7 +448,6 @@ void exec_cmd
* Unicode (2-byte) nul-terminator character.
*/
#define MAX_RAW_COMMAND_LENGTH 32766
printf("...strlen:%d/%d...max:%d...\n", strlen(command_local.value), command_local.size, MAX_RAW_COMMAND_LENGTH);
if ( command_local.size > MAX_RAW_COMMAND_LENGTH )
{
printf( "Command line too long (%d characters). Maximum executable "