summaryrefslogtreecommitdiff
path: root/src/lib/edje_convert.c
diff options
context:
space:
mode:
authorMyoungWoon Roy Kim <myoungwoon.kim@samsung.com>2010-12-07 18:17:48 +0900
committerMyoungWoon Roy Kim <myoungwoon.kim@samsung.com>2010-12-07 18:17:48 +0900
commitc93f1a128eed003be7fe3f49ac65bfcc7d7f04fa (patch)
tree3ce0c64996ab05ca0d51fc4d0cc05c7bc97d7fb8 /src/lib/edje_convert.c
parentab991dafe8557e48d62c5eb2e43a3539a535efb4 (diff)
downloadedje-c93f1a128eed003be7fe3f49ac65bfcc7d7f04fa.tar.gz
edje-c93f1a128eed003be7fe3f49ac65bfcc7d7f04fa.tar.bz2
edje-c93f1a128eed003be7fe3f49ac65bfcc7d7f04fa.zip
[SVN EFL Migration] edje in SLP is merged with SVN r55073.
Diffstat (limited to 'src/lib/edje_convert.c')
-rw-r--r--src/lib/edje_convert.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/lib/edje_convert.c b/src/lib/edje_convert.c
index 6b183fd..07d43ce 100644
--- a/src/lib/edje_convert.c
+++ b/src/lib/edje_convert.c
@@ -37,19 +37,18 @@ _edje_collection_string_free(void *data)
edf = (Edje_File*) _edje_file_get();
if (!edf->warning)
- ERR("EDJE ERROR:\n"
- "\n"
- "Naughty Programmer - spank spank!\n"
- "\n"
- "This program as probably called edje_shutdown() with active Edje objects\n"
- "still around.\n This can cause problems as both Evas and Edje retain\n"
- "references to the objects. you should shut down all canvases and objects\n"
- "before calling edje_shutdown().\n"
- "The following errors are the edje object files and parts that are still\n"
- "hanging around, with their reference counts");
+ CRITICAL("This program as probably called edje_shutdown() with "
+ "active Edje objects still around. "
+ "This can cause problems as both Evas and Edje retain "
+ "references to the objects. "
+ "You should shut down all canvases and objects "
+ "before calling edje_shutdown(). "
+ "The following errors are the edje object files and "
+ "parts that are still hanging around, with their reference "
+ "counts");
edf->warning = 1;
- ERR("EEK: EDJE FILE: \"%s\" ref(%i) PART: \"%s\" ref(%i) ",
+ ERR("file: '%s', references: %i, part: '%s', references: %i",
edf->path, edf->references,
ce->ref->part, ce->ref->references);