]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConnection.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkConnection.cxx
index 69f847d6bd54c16eef540449850b43b73ef900b3..4a6b7059e426b6db6e9a90df2c4b6becb6ddfd47 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkConnection.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/04/24 10:11:28 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2008/04/25 13:37:48 $
+  Version:   $Revision: 1.13 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -445,7 +445,7 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output,
            
          }
        bbtkMessage("debug",2," - From : This connection is in OutputConnector connection vector"<<std::endl);
-       bbtkMessage("debug",1," * Box from : Check successfull"<<std::endl);
+       bbtkMessage("debug",2," * Box from : Check successfull"<<std::endl);
 
       }
 
@@ -492,7 +492,7 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output,
     
          }
        bbtkMessage("debug",2," - To   : This connection is in InputConnector connection vector"<<std::endl);
-       bbtkMessage("debug",1," * Box to   : Check successfull"<<std::endl);
+       bbtkMessage("debug",2," * Box to   : Check successfull"<<std::endl);
 
       }
   }