0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / Draw / Draw_Interpretor.cxx
index 95ee63a..e982f87 100644 (file)
@@ -561,7 +561,7 @@ Draw_Interpretor::~Draw_Interpretor()
     Tcl_Exit(0);
   }
   catch (Standard_Failure) {
-#ifdef DEB
+#ifdef DRAW_DEB
     cout <<"Tcl_Exit have an exeption" << endl;
 #endif
   }