ecore_main: remove some logs for not printing lots of logs during edje_cc 11/81611/1 accepted/tizen/common/20160727.151455 accepted/tizen/ivi/20160727.103329 accepted/tizen/mobile/20160727.103217 accepted/tizen/tv/20160727.103255 accepted/tizen/wearable/20160727.103309 submit/tizen/20160727.084017
authorWooHyun Jung <wh0705.jung@samsung.com>
Wed, 27 Jul 2016 08:31:58 +0000 (17:31 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Wed, 27 Jul 2016 08:31:58 +0000 (17:31 +0900)
@tizen_fix

Change-Id: Icf265a6eafbcfc1b469d2d3800a4c6eff8b4feb1

src/lib/ecore/ecore_main.c

index 66b4c7f..406a311 100644 (file)
@@ -1627,7 +1627,8 @@ _ecore_main_fd_handlers_bads_rem(void)
    Eina_Inlist *l;
    int found = 0;
 
-   ERR("Removing bad fds");
+   // TIZEN ONLY (20160727) : to not give lots of logs when edje_cc is tried.
+   //ERR("Removing bad fds");
    for (l = EINA_INLIST_GET(fd_handlers); l; )
      {
         fdh = (Ecore_Fd_Handler *)l;
@@ -1671,7 +1672,8 @@ _ecore_main_fd_handlers_bads_rem(void)
    if (found == 0)
      {
 #  ifdef HAVE_GLIB
-        ERR("No bad fd found. Maybe a foreign fd from glib?");
+        // TIZEN ONLY (20160727) : to not give lots of logs when edje_cc is tried.
+        //ERR("No bad fd found. Maybe a foreign fd from glib?");
 #  else
         ERR("No bad fd found. EEEK!");
 #  endif