0025418: Debug output to be limited to OCC development environment
[occt.git] / src / Units / Units_Explorer.cxx
index 10e872f..d186a01 100644 (file)
@@ -131,7 +131,7 @@ void Units_Explorer::Init(const Handle(Units_UnitsSystem)& aunitssystem,
        }
     }
 
-#ifdef UNITS_DEB
+#ifdef OCCT_DEBUG
   cout<<" La grandeur physique "<<aquantity<<" n'existe pas."<<endl;
 #endif
 }
@@ -166,7 +166,7 @@ void Units_Explorer::Init(const Handle(Units_UnitsDictionary)& aunitsdictionary,
        }
     }
 
-#ifdef UNITS_DEB
+#ifdef OCCT_DEBUG
   cout<<" La grandeur physique "<<aquantity<<" n'existe pas."<<endl;
 #endif
 }