]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxInputConnector.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxInputConnector.cxx
index 46dfec6dc77ebcb9108e971a631c6efcf54fc8c9..5c2bd13a28f19a6c24f1767a8a936bb7c09e8cc5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxInputConnector.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/04/22 14:30:25 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2008/04/24 10:11:28 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -54,8 +54,8 @@ namespace bbtk
   
   IOStatus BlackBoxInputConnector::BackwardUpdate()
   {
-    bbtkDebugMessageInc("Process",4,"BlackBoxInputConnector::BackwardUpdate()"
-                       <<std::endl);
+    bbtkDebugMessage("process",9,"==> BlackBoxInputConnector::BackwardUpdate()"
+                    <<std::endl);
 
     if (mConnection) //.lock()) 
       {
@@ -67,8 +67,6 @@ namespace bbtk
        mStatus = UPTODATE;
       }
 
-    bbtkDecTab("Process",4);
-
     return mStatus;
 
   }