diff --git a/algo/ca/core/tracking/CaTrackFinder.cxx b/algo/ca/core/tracking/CaTrackFinder.cxx
index 7b62cda5c21d5e96a1c425a6895340a00fd4a890..d8d095cd30bf0a915753b085b61df8715f95dac2 100644
--- a/algo/ca/core/tracking/CaTrackFinder.cxx
+++ b/algo/ca/core/tracking/CaTrackFinder.cxx
@@ -255,7 +255,8 @@ void TrackFinder::FindTracks()
         LOG(info) << "CA tracker process sliding window N " << statNwindows << ": time " << tsStart / 1.e6 << " ms + "
                   << tsLength / 1.e3 << " us) with " << statNwindowHits << " hits. "
                   << " Processing " << 100. * (tsStart + tsLength - statTsStart) / (statTsEnd - statTsStart)
-                  << " % of the TS time and " << 100. * statNhitsProcessed / statNhitsTotal << " % of TS hits";
+                  << " % of the TS time and " << 100. * statNhitsProcessed / statNhitsTotal << " % of TS hits."
+                  << " Reconstructed " << frAlgo.fRecoTracks.size() << " tracks ";
       }
     }