diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-20 08:56:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-20 15:23:09 +0100 |
commit | 800d9494a7bda0603e977b96a770828e8bf530fb (patch) | |
tree | bb7a5906aa6a46cf30993ff53a2cae46796af8e3 /desktop/source | |
parent | 0a5412e98189fd15fa9d06aa6e6d0e023db05d0f (diff) |
don't be so noisy
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index d7379ee7b887..ffa76b36ce24 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -229,7 +229,7 @@ OfficeIPCThread* OfficeIPCThread::pGlobalOfficeIPCThread = 0; // Into a hex string of well known length ff132a86... String CreateMD5FromString( const OUString& aMsg ) { -#if (OSL_DEBUG_LEVEL > 1) || defined DBG_UTIL +#if (OSL_DEBUG_LEVEL > 2) fprintf (stderr, "create md5 from '%s'\n", (const sal_Char *)rtl::OUStringToOString (aMsg, RTL_TEXTENCODING_UTF8)); #endif |