jackdanielz pushed a commit to branch master.

commit a435306974b3402d8b22739dd65d1f6de8294645
Author: Daniel Zaoui <[email protected]>
Date:   Mon Jun 3 14:30:19 2013 +0300

    Eo: improve error message.
---
 src/lib/eo/eo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 9824d0e..5999d49 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -333,8 +333,8 @@ _eo_kls_itr_func_get(const _Eo_Class *cur_klass, Eo_Op op)
       { \
          const _Eo_Class *op_klass = _eo_op_class_get(op); \
          const char *_dom_name = (op_klass) ? op_klass->desc->name : NULL; \
-         ERR("in %s:%d: Can't find func for op 0x%x (%s:%s) for class '%s'. 
Aborting.", \
-               file, line, op, _dom_name, _eo_op_id_name_get(op), \
+         ERR("in %s:%d: Can't execute function %s:%s (op 0x%x) for class '%s'. 
Aborting.", \
+               file, line, _dom_name, _eo_op_id_name_get(op), op, \
                (klass) ? klass->desc->name : NULL); \
       } \
    while (0)

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to