summaryrefslogtreecommitdiff
path: root/src/cache/ftcsbits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache/ftcsbits.c')
-rw-r--r--src/cache/ftcsbits.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cache/ftcsbits.c b/src/cache/ftcsbits.c
index 097c8d84c..957858014 100644
--- a/src/cache/ftcsbits.c
+++ b/src/cache/ftcsbits.c
@@ -125,7 +125,7 @@
sbit->buffer = 0;
error = clazz->family_load_glyph( family, gindex, manager, &face );
- FT_TRACE1(("ftc_snode_load() got error from family_load_glyph() err=0x%02x%s\n", error, error ? " fallback to BadGlyph" : "" ));
+ FT_TRACE2(("ftc_snode_load() got %s from family_load_glyph() err=0x%02x%s\n", error ? "error" : "ok", error, error ? " fallback to BadGlyph" : "" ));
if ( error )
goto BadGlyph;
@@ -201,7 +201,7 @@
*asize = 0;
}
- FT_TRACE7(("ftc_snode_load() load glyph for gid=%d, err=0x%02x\n", gindex, error));
+ FT_TRACE2(("ftc_snode_load() load glyph for gid=%d, err=0x%02x\n", gindex, error));
return error;
}
@@ -336,7 +336,7 @@
FT_Bool result;
- FT_TRACE1(( "ftc_snode_compare() work for gindex=%d\n", gindex ));
+ FT_TRACE2(( "ftc_snode_compare() work for gindex=%d\n", gindex ));
if (list_changed)
*list_changed = FALSE;
result = FT_BOOL( gnode->family == gquery->family &&
@@ -403,7 +403,7 @@
}
}
- FT_TRACE1(("%s() returns %s\n", __FUNCTION__, result ? "TRUE" : "FALSE"));
+ FT_TRACE2(("%s() returns %s\n", __FUNCTION__, result ? "TRUE" : "FALSE"));
return result;
}