0025418: Debug output to be limited to OCC development environment
[occt.git] / src / BinTools / BinTools_Curve2dSet.cxx
index 690d91f..e912238 100644 (file)
@@ -704,7 +704,7 @@ void  BinTools_Curve2dSet::Read(Standard_IStream& IS)
   if (IS.fail() || strcmp(buffer,"Curve2ds")) {
     Standard_SStream aMsg;
     aMsg << "BinTools_Curve2dSet::Read:  Not a Curve2d table"<<endl;
-#ifdef BINTOOLS_DEB
+#ifdef OCCT_DEBUG
     cout <<"Curve2dSet buffer: " << buffer << endl;
 #endif
     Standard_Failure::Raise(aMsg);