remove useless namespace
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 26 Jun 2010 19:41:04 +0000 (19:41 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 26 Jun 2010 19:41:04 +0000 (19:41 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@49881 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_main.c

index b4539f7..fc3cc46 100644 (file)
@@ -70,19 +70,19 @@ edje_init(void)
 
    if (!ecore_init())
      {
-       ERR("Edje: Ecore init failed");
+       ERR("Ecore init failed");
        goto unregister_log_domain;
      }
 
    if (!embryo_init())
      {
-       ERR("Edje: Embryo init failed");
+       ERR("Embryo init failed");
        goto shutdown_ecore;
      }
 
    if (!eet_init())
      {
-       ERR("Edje: Eet init failed");
+       ERR("Eet init failed");
        goto shutdown_embryo;
      }