]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkBinaryOperations.cxx
Clean code
[bbtk.git] / packages / vtk / src / bbvtkBinaryOperations.cxx
index 0e2a523f2b5b4d4193843cb410395b7f8193b10f..e65289adea8929978a0afb1413f4b4124c909384 100644 (file)
@@ -49,7 +49,7 @@ void BinaryOperations::Process()
 
        if (bbGetInputIn1() == NULL)
        {
-               std::cout << "EED BinaryOperations::Process  Set In1 at least" << std::endl;
+               printf( "EED Warning!!!  (%s)  BinaryOperations::Process  Set In1 at least", bbGetFullName().c_str() );
                return;
        }
 
@@ -72,7 +72,7 @@ void BinaryOperations::Process()
 #endif
 
        } else {
-           std::cout << "EED BinaryOperations::Process  Set In2" << std::endl;
+        printf( "EED Warning!!!  (%s)  BinaryOperations::Process  Set In2 at least", bbGetFullName().c_str() );
         return;
        }
        switch (bbGetInputOperation())