eo_debug: Improve one log
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 15 Feb 2017 04:42:29 +0000 (13:42 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 15 Feb 2017 05:01:06 +0000 (14:01 +0900)
commita5535464bf1eb436b612895a5ee647a670641989
treeefc5d2c38bbc14e6a12030aad45d5bea69b0241f
parentc23ae314a447d7336d36469d03f1d560010cecc0
eo_debug: Improve one log

This changes the following message when the object is referencing
its own data. Also lowers from ERR to WRN and adds the class
name for the referenced data.

ERR<17450>:eo /home/jpeg/e/core/efl/src/lib/eo/eo_private.h:337
  _efl_unref_internal() in /home/jpeg/e/core/efl/src/lib/eo/eo.c:620:
  func '_efl_object_call_end' Data of object 0x400000021008db58 is
  still referenced by object 0x400000021008db58

Note that evas and elm have a few calls to efl_data_ref(obj, NULL)
which are imho quite ugly: not using the return value and not
specifying the data class. I'm keeping them as-is for now.
src/lib/eo/eo.c
src/lib/eo/eo_private.h