0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / ShapeUpgrade / ShapeUpgrade_ShapeDivide.cxx
index 1177b79..546b4bf 100644 (file)
@@ -215,7 +215,7 @@ Standard_Boolean ShapeUpgrade_ShapeDivide::Perform(const Standard_Boolean newCon
        }
        catch (Standard_Failure) {
          myStatus |= ShapeExtend::EncodeStatus ( ShapeExtend_FAIL2 );
-#ifdef DEB
+#ifdef SHAPEUPGRADE_DEB
          cout << "\nError: Exception in ShapeUpgrade_FaceDivide::Perform(): ";
          Standard_Failure::Caught()->Print(cout); cout << endl;
 #endif