From 800d9494a7bda0603e977b96a770828e8bf530fb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 20 May 2011 08:56:25 +0100 Subject: don't be so noisy --- desktop/source/app/officeipcthread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') 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 -- cgit