e_comp_screen: add log to succeed the output_setup 89/161789/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 27 Nov 2017 08:55:02 +0000 (17:55 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 27 Nov 2017 08:55:02 +0000 (17:55 +0900)
Change-Id: I82a340c51a107bd1f19d2670bd5b51e25981874c

src/bin/e_comp_screen.c

index 0c7724e..5aa9e67 100644 (file)
@@ -1163,6 +1163,8 @@ e_comp_screen_setup(E_Comp_Screen *e_comp_screen)
              ERR("fail to e_output_setup.");
              continue;
           }
+
+        INF("Enlightenment succeeded to initialize e_output_setup()!\n");
      }
 
    return EINA_TRUE;