2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Added the missing end-of-line character when outputting DEBUG_SEARCH debug messages from file_build1(). This cleans up the -d+6 bjam output a lot.

[SVN r43046]
This commit is contained in:
Jurko Gospodnetić
2008-02-01 01:49:16 +00:00
parent f2a6ad5a04
commit e8237dea5d

View File

@@ -19,6 +19,7 @@ file_build1(
printf( "dir = '%.*s' ", f->f_dir.len, f->f_dir.ptr );
if( f->f_base.len )
printf( "base = '%.*s' ", f->f_base.len, f->f_base.ptr );
printf( "\n" );
}
/* Start with the grist. If the current grist isn't */