rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=025cf37d604716c8e0a07cd9f28ec6078604a45a

commit 025cf37d604716c8e0a07cd9f28ec6078604a45a
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Jul 27 12:13:33 2015 +0300

    Property: update error message
    
    Change-Id: If067e1a75dc61681df2d3deaaec496a13805245c
---
 src/bin/ui/blocks/property_macros.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/ui/blocks/property_macros.h 
b/src/bin/ui/blocks/property_macros.h
index a58163d..3cb7795 100644
--- a/src/bin/ui/blocks/property_macros.h
+++ b/src/bin/ui/blocks/property_macros.h
@@ -1539,14 +1539,14 @@ _on_##MEMBER##_##VALUE##_change(void *data, \
    value /= MULTIPLIER; \
    if (!edje_edit_##SUB##_##VALUE##_set(pd->wm_style->obj STATE_ARGS, value)) \
      { \
-       ERR("edje_edit_"#SUB"_"#VALUE"_set failed"); \
+       ERR("edje_edit_"#SUB"_"#VALUE"_set value '%d' is failed", value); \
        abort(); \
      } \
    if ((value CHECK opposite_value) && (opposite_value != -1)) \
      { \
         if (!edje_edit_##SUB##_##DIF_VALUE##_set(pd->wm_style->obj STATE_ARGS, 
value)) \
           { \
-            ERR("edje_edit_"#SUB"_"#VALUE"_set failed"); \
+            ERR("edje_edit_"#SUB"_"#VALUE"_set value '%d' is failed", value); \
             abort(); \
           } \
         elm_spinner_value_set(pd->state.DIF_VALUE, value); \

-- 


Reply via email to