summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-04 21:18:20 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-11 23:41:06 +0100
commit11c1d71d59937c7595e60d8e74a79accdac09d1f (patch)
tree8c5f6a364106a582d0e5bb27eb48f0c028a7bf27 /unotools
parent3ca4635628dd1ecc808f82a3b2546a6590353e9a (diff)
Move one DBG_ERROR to OSL_TRACE
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/i18n/localedatawrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx
index 2539e9c82086..1c4856f07c67 100644
--- a/unotools/source/i18n/localedatawrapper.cxx
+++ b/unotools/source/i18n/localedatawrapper.cxx
@@ -1959,7 +1959,7 @@ void LocaleDataWrapper::outputCheckMessage( const char* pStr )
{
fprintf( stderr, "\n%s\n", pStr);
fflush( stderr);
- DBG_ERROR( pStr);
+ OSL_TRACE("%s", pStr);
}