devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d1c583d30cda58a5eecd685be568a254078d173d

commit d1c583d30cda58a5eecd685be568a254078d173d
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Jul 17 12:55:18 2014 -0400

    ecore-drm: Reduce debug noise
    
    As input is sorted out here (for now), we don't need to be so noisy
    and printout extra debug stuff
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_drm/ecore_drm_inputs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_drm/ecore_drm_inputs.c 
b/src/lib/ecore_drm/ecore_drm_inputs.c
index bb7ceaf..1f6c1c9 100644
--- a/src/lib/ecore_drm/ecore_drm_inputs.c
+++ b/src/lib/ecore_drm/ecore_drm_inputs.c
@@ -58,7 +58,7 @@ _device_add(Ecore_Drm_Input *input, struct udev_device 
*device)
         return EINA_FALSE;
      }
 
-   DBG("Opened Restricted Input: %s %d", node, fd);
+   /* DBG("Opened Restricted Input: %s %d", node, fd); */
 
    if (!(edev = _ecore_drm_evdev_device_create(seat, node, fd)))
      return EINA_FALSE;

-- 


Reply via email to