diff --git a/InnerDetector/InDetRecAlgs/SiSpacePointFormation/src/SiTrackerSpacePointFinder.cxx b/InnerDetector/InDetRecAlgs/SiSpacePointFormation/src/SiTrackerSpacePointFinder.cxx
index 0409f5acca3962696bfa95a631f92e627ef54d42..95e28a0906eb6a45ee1816f875181e69cee9c7d6 100755
--- a/InnerDetector/InDetRecAlgs/SiSpacePointFormation/src/SiTrackerSpacePointFinder.cxx
+++ b/InnerDetector/InDetRecAlgs/SiSpacePointFormation/src/SiTrackerSpacePointFinder.cxx
@@ -113,8 +113,6 @@ StatusCode SiTrackerSpacePointFinder::initialize()
 
   if (!m_monTool.empty()) CHECK(m_monTool.retrieve());
 
-  ATH_MSG_INFO( "SiTrackerSpacePointFinder::initialized for package version " << PACKAGE_VERSION );
-  
   return StatusCode::SUCCESS;
 }
 
diff --git a/InnerDetector/InDetRecTools/SiClusterizationTool/src/ClusterMakerTool.cxx b/InnerDetector/InDetRecTools/SiClusterizationTool/src/ClusterMakerTool.cxx
index 8b3d9b2588351098284025f3f2cc908ed6e54c9b..5d5841a7b8ce57d947785c86ce9f70f12bb7bd42 100644
--- a/InnerDetector/InDetRecTools/SiClusterizationTool/src/ClusterMakerTool.cxx
+++ b/InnerDetector/InDetRecTools/SiClusterizationTool/src/ClusterMakerTool.cxx
@@ -55,7 +55,7 @@ ClusterMakerTool::ClusterMakerTool(const std::string& t,
 StatusCode  ClusterMakerTool::initialize(){
   // Code entered here will be executed once at program start.
 
-   ATH_MSG_INFO ( name() << " initialize()" );
+   ATH_MSG_DEBUG ( name() << " initialize()" );
 
    if (not m_pixelCabling.empty()) {
      ATH_CHECK(m_pixelCabling.retrieve());