Clarify limits of the if statement

This commit is contained in:
Ian McInerney 2020-01-11 21:28:25 +00:00
parent 6e8f06e042
commit 43abd53b19
1 changed files with 2 additions and 0 deletions

View File

@ -482,8 +482,10 @@ void CN_CONNECTIVITY_ALGO::propagateConnections( BOARD_COMMIT* aCommit )
}
if( n_changed )
{
wxLogTrace( "CN", "Cluster %p : net : %d %s\n", cluster.get(),
cluster->OriginNet(), (const char*) cluster->OriginNetName().c_str() );
}
else
wxLogTrace( "CN", "Cluster %p : nothing to propagate\n", cluster.get() );
}