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