From ff91e9b2532112f3fecbd26907e1eca2083901c3 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sat, 3 Mar 2018 17:42:56 +0100 Subject: [PATCH] minor fix in a debug code --- pcbnew/connectivity_algo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/connectivity_algo.cpp b/pcbnew/connectivity_algo.cpp index 52384923b8..6562a3f2e9 100644 --- a/pcbnew/connectivity_algo.cpp +++ b/pcbnew/connectivity_algo.cpp @@ -734,7 +734,7 @@ const CN_CONNECTIVITY_ALGO::CLUSTERS CN_CONNECTIVITY_ALGO::SearchClusters( CLUST } ); #ifdef CONNECTIVITY_DEBUG - printf("Active clusters: %d\n"); + printf("Active clusters: %d\n", clusters.size() ); for( auto cl : clusters ) {