0025418: Debug output to be limited to OCC development environment
[occt.git] / src / XDEDRAW / XDEDRAW.cxx
index 7f87d1d..0a688ed 100644 (file)
@@ -1160,7 +1160,7 @@ void XDEDRAW::Factory(Draw_Interpretor& theDI)
 
   XDEDRAW::Init(theDI);
 
-#ifdef DEB
+#ifdef OCCT_DEBUG
       theDI << "Draw Plugin : All TKXDEDRAW commands are loaded" << "\n";
 #endif
 }