Evas textblock: Improved error message.
authorTom Hacohen <tom@stosb.com>
Sun, 13 Feb 2011 13:07:37 +0000 (13:07 +0000)
committerTom Hacohen <tom@stosb.com>
Sun, 13 Feb 2011 13:07:37 +0000 (13:07 +0000)
SVN revision: 56984

legacy/evas/src/lib/engines/common/evas_text_utils.c

index ad1bcd2..b1f221b 100644 (file)
@@ -109,7 +109,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.");
+        ERR("Couldn't find the cutoff position. Is it inside a cluster?");
         return;
      }
 #else