Remove log handler for wayland log 15/298715/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 12 Sep 2023 23:06:33 +0000 (08:06 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 13 Sep 2023 00:05:05 +0000 (09:05 +0900)
commit5eb024344ec5db5f3c0e691b4cb2239ef1ca4e99
treecca33a1b1b4e3bc0ffa4ea0dee72e073f52f012d
parentdddcd7fdc83a218099e33f40dd812a05bb145c0a
Remove log handler for wayland log

The log handler in libds caused a crash of enlightenment where using
wayland-server APIs in multi threads. That's because the log handler
uses `static` array for keep a format string. Even though it could also
be resolved by removing the static variable, it just removes the log
handler for wayland log in libds so a compositor can configure it by
itself.

Change-Id: I1778fabec38c7cb9b922c8a17b119da387ceacfd
src/log.c