Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-01-31 20:49:17


Author: jurko
Date: 2008-01-31 20:49:16 EST (Thu, 31 Jan 2008)
New Revision: 43046
URL: http://svn.boost.org/trac/boost/changeset/43046

Log:
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.
Text files modified:
   trunk/tools/jam/src/filesys.c | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/tools/jam/src/filesys.c
==============================================================================
--- trunk/tools/jam/src/filesys.c (original)
+++ trunk/tools/jam/src/filesys.c 2008-01-31 20:49:16 EST (Thu, 31 Jan 2008)
@@ -19,6 +19,7 @@
             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 */


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk