edje: follow the rest of the EFL.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Jan 2012 17:04:44 +0000 (17:04 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Jan 2012 17:04:44 +0000 (17:04 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66802 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_main.c
src/lib/edje_program.c

index cf443c7..5d011ad 100644 (file)
@@ -22,10 +22,7 @@ edje_init(void)
    srand(time(NULL));
 
    if (!eina_init())
-     {
-       fprintf(stderr, "Edje: Eina init failed");
-       return --_edje_init_count;
-     }
+     return --_edje_init_count;
 
    _edje_default_log_dom = eina_log_domain_register
      ("edje", EDJE_DEFAULT_LOG_COLOR);
index 505b6a2..1e8f03c 100644 (file)
@@ -992,7 +992,7 @@ _edje_emit_full(Edje *ed, const char *sig, const char *src, void *data, void (*f
               break ;
 
            default:
-              fprintf(stderr, "SPANK SPANK SPANK !!!\nYou should never be here !\n");
+              ERR("SPANK SPANK SPANK !!!\nYou should never be here !");
               break;
           }
      }