diff options
author | Chris Michael <cp.michael@samsung.com> | 2015-11-18 09:20:02 -0500 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2015-12-03 12:05:01 -0500 |
commit | e9fab75178c642869b1b16361ccffec554cf8243 (patch) | |
tree | 16f3c5f3021c35126fce3db52dbbdf44bd0e4724 /src/lib/ecore_wl2/ecore_wl2.c | |
parent | 3201d6718316d01a923d73ac7785c6115e65fc38 (diff) |
ecore-wl2: Remove setting custom wl_log handler
Seems EINA_LOG_DOM has a problem printing out wayland protocol logs,
so allow wayland to handle that itself.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/ecore_wl2/ecore_wl2.c')
-rw-r--r-- | src/lib/ecore_wl2/ecore_wl2.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2.c b/src/lib/ecore_wl2/ecore_wl2.c index 4a4bf2ad94..c0edc56f2a 100644 --- a/src/lib/ecore_wl2/ecore_wl2.c +++ b/src/lib/ecore_wl2/ecore_wl2.c | |||
@@ -26,12 +26,6 @@ EAPI int ECORE_WL2_EVENT_DATA_SOURCE_SEND = 0; | |||
26 | EAPI int ECORE_WL2_EVENT_SELECTION_DATA_READY = 0; | 26 | EAPI int ECORE_WL2_EVENT_SELECTION_DATA_READY = 0; |
27 | EAPI int ECORE_WL2_EVENT_WINDOW_CONFIGURE = 0; | 27 | EAPI int ECORE_WL2_EVENT_WINDOW_CONFIGURE = 0; |
28 | 28 | ||
29 | static void | ||
30 | _cb_wl_log_print(const char *format, va_list args) | ||
31 | { | ||
32 | EINA_LOG_DOM_INFO(_ecore_wl2_log_dom, format, args); | ||
33 | } | ||
34 | |||
35 | /* public API functions */ | 29 | /* public API functions */ |
36 | EAPI int | 30 | EAPI int |
37 | ecore_wl2_init(void) | 31 | ecore_wl2_init(void) |
@@ -83,8 +77,6 @@ ecore_wl2_init(void) | |||
83 | ECORE_WL2_EVENT_WINDOW_CONFIGURE = ecore_event_type_new(); | 77 | ECORE_WL2_EVENT_WINDOW_CONFIGURE = ecore_event_type_new(); |
84 | } | 78 | } |
85 | 79 | ||
86 | wl_log_set_handler_server(_cb_wl_log_print); | ||
87 | |||
88 | return _ecore_wl2_init_count; | 80 | return _ecore_wl2_init_count; |
89 | 81 | ||
90 | ecore_event_err: | 82 | ecore_event_err: |