Evas font-engine: Made the cutoff error more verbose.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 11:06:03 +0000 (11:06 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 11:06:03 +0000 (11:06 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59207 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_text_utils.c

index 4e29e44..2d29a28 100644 (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