ecore_evas_drm: change the log level 72/67172/3
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 25 Apr 2016 11:24:11 +0000 (20:24 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 26 Apr 2016 01:46:34 +0000 (18:46 -0700)
Change-Id: I30eafe040893f8ec63cdd44f86cf4780cae90e20

src/modules/ecore_evas/engines/drm/ecore_evas_drm.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c8b8c85..71bff1e
@@ -1049,7 +1049,7 @@ _ecore_evas_drm_render_check_skip(Ecore_Evas *ee)
 
    /* HWC: wait_for_showup is set by enlightenment */
    if (einfo->info.wait_for_showup)
-     INF("HWC: skip to render the ecore_evas.\n");
+     DBG("HWC: skip to render the ecore_evas.\n");
 
    return einfo->info.wait_for_showup;
 }