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

Make annoying unconditional hcache message only appear with DEBUG_HEADER.

[SVN r79464]
This commit is contained in:
Steven Watanabe
2012-07-13 01:53:46 +00:00
parent 4728e87bf0
commit 59fbc6c52e

View File

@@ -446,16 +446,15 @@ LIST * hcache( TARGET * t, int rec, regexp * re[], LIST * hdrscan )
if ( iter1 != end1 || iter2 != end2 )
{
if ( DEBUG_HEADER )
{
printf( "HDRSCAN out of date in cache for %s\n",
object_str( t->boundname ) );
printf( "HDRSCAN out of date for %s\n", object_str(
t->boundname ) );
printf(" real : ");
list_print( hdrscan );
printf( "\n cached: " );
list_print( c->hdrscan );
printf( "\n" );
printf(" real : ");
list_print( hdrscan );
printf( "\n cached: " );
list_print( c->hdrscan );
printf( "\n" );
}
list_free( c->includes );
list_free( c->hdrscan );