diff options
author | Herbert Duerr <hdu@openoffice.org> | 2006-09-05 09:24:36 +0000 |
---|---|---|
committer | Herbert Duerr <hdu@openoffice.org> | 2006-09-05 09:24:36 +0000 |
commit | 4656655ec11e7da4e491e49707ed51eaa41d103d (patch) | |
tree | 564feaa3be0e3d4759146ed204b0173415c0013d /psprint | |
parent | c5fc1c9438af6d66850a89e23a045933646ba3de (diff) |
#i69264# debug warning about unusable file needs to be more verbose
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/fontmanager/fontconfig.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/fontmanager/fontconfig.cxx b/psprint/source/fontmanager/fontconfig.cxx index 5cc605776eab..2e007c6ed97c 100644 --- a/psprint/source/fontmanager/fontconfig.cxx +++ b/psprint/source/fontmanager/fontconfig.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fontconfig.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:23:48 $ + * last change: $Author: hdu $ $Date: 2006-09-05 10:24:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -407,7 +407,7 @@ bool PrintFontManager::initFontconfig() analyzeFontFile( nDirID, aBase, aDummy, aFonts ); #if OSL_DEBUG_LEVEL > 1 if( aFonts.empty() ) - fprintf( stderr, "Warning: file is unusable to psprint\n" ); + fprintf( stderr, "Warning: file \"%s\" is unusable to psprint\n", aOrgPath.getStr() ); #endif } if( aFonts.empty() ) |