tempoary2: do not show the failed log 37/315437/1 tizen
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 1 Aug 2024 02:47:14 +0000 (11:47 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 1 Aug 2024 02:47:14 +0000 (11:47 +0900)
when wl_display_read_events function has been failed.
This patch is tempoary. It will be reveted later.

Change-Id: I5891c7e2789cfde54157d6d74676bdb20d9552c6

src/wayland-client.c

index 519edf1..7e6141b 100644 (file)
@@ -2963,7 +2963,9 @@ display_dispatch_queue_ensure_flush(struct wl_display *display,
        }
 
        if (wl_display_read_events(display) == -1) {
+#ifdef TEMP_SHOW_READ_FAIL_LOG // FIXME: This is temporary. remove this later
                wl_log("wl_display_read_events failed (display:%p)\n", display);
+#endif
                return -1;
        }