summaryrefslogtreecommitdiff
path: root/tools/source/testtoolloader/testtoolloader.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-04 21:31:27 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-11 23:41:06 +0100
commit533f89e49395bbc31baaab9ade46db934b383e14 (patch)
tree9ded4a41edf1f0ac42bd7819f2ef5927b993935e /tools/source/testtoolloader/testtoolloader.cxx
parent5cce85634ce63fbbed99ba83f844ae179b485bc1 (diff)
Move DBG_ERROR1 to OSL_TRACE
Diffstat (limited to 'tools/source/testtoolloader/testtoolloader.cxx')
-rw-r--r--tools/source/testtoolloader/testtoolloader.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/testtoolloader/testtoolloader.cxx b/tools/source/testtoolloader/testtoolloader.cxx
index c62abdb4584d..ae685a81df2e 100644
--- a/tools/source/testtoolloader/testtoolloader.cxx
+++ b/tools/source/testtoolloader/testtoolloader.cxx
@@ -114,12 +114,12 @@ void InitTestToolLib()
(reinterpret_cast< pfunc_CreateRemoteControl >(pInitFunc))();
else
{
- DBG_ERROR1( "Unable to get Symbol 'CreateRemoteControl' from library %s while loading testtool support.", SVLIBRARY( "sts" ) );
+ OSL_TRACE( "Unable to get Symbol 'CreateRemoteControl' from library %s while loading testtool support.", SVLIBRARY( "sts" ) );
}
}
else
{
- DBG_ERROR1( "Unable to access library %s while loading testtool support.", SVLIBRARY( "sts" ) );
+ OSL_TRACE( "Unable to access library %s while loading testtool support.", SVLIBRARY( "sts" ) );
}
}
@@ -139,12 +139,12 @@ void InitTestToolLib()
}
else
{
- DBG_ERROR1( "Unable to get Symbol 'CreateEventLogger' from library %s while loading testtool support.", SVLIBRARY( "sts" ) );
+ OSL_TRACE( "Unable to get Symbol 'CreateEventLogger' from library %s while loading testtool support.", SVLIBRARY( "sts" ) );
}
}
else
{
- DBG_ERROR1( "Unable to access library %s while loading testtool support.", SVLIBRARY( "sts" ) );
+ OSL_TRACE( "Unable to access library %s while loading testtool support.", SVLIBRARY( "sts" ) );
}
}
}