0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / DPrsStd / DPrsStd.cxx
index 4bcbddc..5b1c820 100644 (file)
@@ -133,7 +133,7 @@ void DPrsStd::Factory(Draw_Interpretor& theDI)
   DDataStd::AllCommands(theDI);  
   DPrsStd::AllCommands(theDI);
   DDocStd::AllCommands(theDI);
-#ifdef DEB
+#ifdef DPRSSTD_DEB
   cout << "Draw Plugin : All DF commands are loaded" << endl;
 #endif
 }