Evas font-engine: Made the cutoff error more verbose.

SVN revision: 59207
This commit is contained in:
Tom Hacohen 2011-05-05 11:06:03 +00:00
parent 05df9e72f2
commit 94cb08b3fc
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ evas_common_text_props_split(Evas_Text_Props *base,
/* If we didn't find a reasonable cut location, return. */
if (cutoff == 0)
{
ERR("Couldn't find the cutoff position. Is it inside a cluster?");
ERR("Couldn't find the cutoff position (%d). Is it inside a cluster?", _cutoff);
return;
}
#else