fontcache.c
changeset 5270 04ac3e7bdda4
parent 5267 3ebadb629742
child 5380 8ea58542b6e0
--- a/fontcache.c	Thu Dec 07 00:51:20 2006 +0000
+++ b/fontcache.c	Thu Dec 07 00:54:18 2006 +0000
@@ -241,7 +241,7 @@
 	if (error != FT_Err_Ok) error = GetFontByFaceName(font_name, face);
 
 	if (error == FT_Err_Ok) {
-		DEBUG(freetype, 2) ("Requested font '%s', found '%s %s'", font_name, (*face)->family_name, (*face)->style_name);
+		DEBUG(freetype, 2) ("[FreeType] Requested '%s', using '%s %s'", font_name, (*face)->family_name, (*face)->style_name);
 
 		/* Attempt to select the unicode character map */
 		error = FT_Select_Charmap(*face, ft_encoding_unicode);