projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eccc28
)
ecore-drm: Reduce debug noise
author
Chris Michael
<cp.michael@samsung.com>
Thu, 17 Jul 2014 16:55:18 +0000
(12:55 -0400)
committer
Chris Michael
<cp.michael@samsung.com>
Thu, 17 Jul 2014 16:56:02 +0000
(12:56 -0400)
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.michael@samsung.com>
src/lib/ecore_drm/ecore_drm_inputs.c
patch
|
blob
|
history
diff --git
a/src/lib/ecore_drm/ecore_drm_inputs.c
b/src/lib/ecore_drm/ecore_drm_inputs.c
index bb7ceaf6e6e9cf02d4ac440ee853f775c30ad011..1f6c1c93575ef73168319d7b940a8c312b25f4f4 100644
(file)
--- 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;