summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-08 13:47:42 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-11 23:41:07 +0100
commit08be19bcb817c427185272b34c97fefa0c1081ad (patch)
treebad937ff9f000520733703800fd93096637d13a9 /tools
parentd30945a0d59b6cec0c9f655cb46bde02833ea4da (diff)
Move DBG_TRACE to OSL_TRACE
Diffstat (limited to 'tools')
-rw-r--r--tools/source/fsys/wntmsc.cxx2
-rw-r--r--tools/source/generic/config.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/fsys/wntmsc.cxx b/tools/source/fsys/wntmsc.cxx
index 03e20af05544..21cf379ed031 100644
--- a/tools/source/fsys/wntmsc.cxx
+++ b/tools/source/fsys/wntmsc.cxx
@@ -827,7 +827,7 @@ BOOL FileStat::Update( const DirEntry& rDirEntry, BOOL bForceAccess )
if ( aName == "a:" || aName == "b:" )
bAccess = FALSE;
else
- DBG_TRACE( "FSys: will access removable device!" );
+ OSL_TRACE( "FSys: will access removable device!" );
if ( bAccess && ( aName == "a:" || aName == "b:" ) ) {
DBG_WARNING( "floppy will clatter" );
}
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx
index 789c7dbe7853..867a189cb2fa 100644
--- a/tools/source/generic/config.cxx
+++ b/tools/source/generic/config.cxx
@@ -779,7 +779,7 @@ Config::Config()
mbPersistence = TRUE;
#ifdef DBG_UTIL
- DBG_TRACE( "Config::Config()" );
+ OSL_TRACE( "Config::Config()" );
#endif
}
@@ -808,7 +808,7 @@ Config::Config( const XubString& rFileName )
Config::~Config()
{
#ifdef DBG_UTIL
- DBG_TRACE( "Config::~Config()" );
+ OSL_TRACE( "Config::~Config()" );
#endif
Flush();