0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / TDocStd / TDocStd_Application.cxx
index 349c3d7..9ea6edd 100644 (file)
@@ -231,7 +231,7 @@ PCDM_ReaderStatus TDocStd_Application::Open(const TCollection_ExtendedString& pa
     }
   }
   status = GetRetrieveStatus();
-#ifdef DEB
+#ifdef TDOCSTD_DEB
   cout<<"TDocStd_Application::Open(): The status = "<<status<<endl;
 #endif
   return status;
@@ -276,7 +276,7 @@ PCDM_StoreStatus TDocStd_Application::SaveAs(const Handle(TDocStd_Document)& D,c
   if(storer.StoreStatus() == PCDM_SS_OK)
     D->SetSaved();
 #ifdef BUC60867
-#ifdef DEB
+#ifdef TDOCSTD_DEB
   cout<<"TDocStd_Application::SaveAs(): The status = "<<storer.StoreStatus()<<endl;
 #endif
   return storer.StoreStatus();
@@ -318,7 +318,7 @@ PCDM_StoreStatus TDocStd_Application::Save (const Handle(TDocStd_Document)& D) {
     status = PCDM_SS_Failure;
   }
 #ifdef BUC60867
-#ifdef DEB
+#ifdef TDOCSTD_DEB
   cout<<"TDocStd_Application::Save(): The status = "<<status<<endl;
 #endif
   return status;