summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 10:44:36 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 10:44:36 +0000
commitd67a45437ee5b57ab5aab2ac08f4073b6ed0ff42 (patch)
treed534d30c17e4beb397cbf03d4ad0cf0fc49ead8f /psprint
parentfff2bfe691c5a09ee84a50273523f958e6568944 (diff)
INTEGRATION: CWS c06 (1.14.6); FILE MERGED
2005/08/22 11:28:28 pl 1.14.6.1: more finely tuned debug noise
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/fontcache.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/psprint/source/fontmanager/fontcache.cxx b/psprint/source/fontmanager/fontcache.cxx
index 409c66d33417..1ff8a484780b 100644
--- a/psprint/source/fontmanager/fontcache.cxx
+++ b/psprint/source/fontmanager/fontcache.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontcache.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2005-09-28 14:24:20 $
+ * last change: $Author: rt $ $Date: 2005-11-11 11:44:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -449,7 +449,7 @@ void FontCache::read()
{
bObsolete = true;
}
- #if OSL_DEBUG_LEVEL > 1
+ #if OSL_DEBUG_LEVEL > 2
else
fprintf( stderr, "keeping file %s in outdated cache entry due to user override\n",
aFilePath.GetBuffer() );
@@ -461,7 +461,7 @@ void FontCache::read()
if( bObsolete )
{
m_bDoFlush = true;
-#if OSL_DEBUG_LEVEL > 1
+#if OSL_DEBUG_LEVEL > 2
fprintf( stderr, "removing obsolete font %s\n", aFile.getStr() );
#endif
delete pFont;