From c5ebe60c531930d0312f2a06df4a83c9af7a8971 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 13 Feb 2011 13:07:37 +0000 Subject: [PATCH] Evas textblock: Improved error message. SVN revision: 56984 --- legacy/evas/src/lib/engines/common/evas_text_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/engines/common/evas_text_utils.c b/legacy/evas/src/lib/engines/common/evas_text_utils.c index ad1bcd247e..b1f221b844 100644 --- a/legacy/evas/src/lib/engines/common/evas_text_utils.c +++ b/legacy/evas/src/lib/engines/common/evas_text_utils.c @@ -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