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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user