0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / TDocStd / TDocStd_MultiTransactionManager.cxx
index 676d42a..40bd4fb 100644 (file)
@@ -99,7 +99,7 @@ void TDocStd_MultiTransactionManager::Redo() {
 
 void TDocStd_MultiTransactionManager::OpenCommand() {
   if (myOpenTransaction) {
-#ifdef DEB
+#ifdef TDOCSTD_DEB
     cout << "TDocStd_MultiTransactionManager::OpenCommand(): "
             "Can't start new application transaction while a "
             "previous one is not commited or aborted" << endl;