Make inline function for logging 40/286240/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 2 Jan 2023 07:47:46 +0000 (16:47 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Mon, 2 Jan 2023 10:31:20 +0000 (19:31 +0900)
commite12f94fcdcd47ec77010c3ca01087e5c819f1ce7
treebbb845d0e6e024c20c19a47267664551e5eeff14
parentd2b570ac59155380146960946bf2af9d2edba25e
Make inline function for logging

- Issue:
For printing log, enum value is used as boolean.

- Solution:
This patch makes converting function for removing invalid usage of enum
value as boolean. Through this patch, the new function will safely
converts the enum value to string.

Change-Id: I0ee373dd86e044933225728e7e970119b5fb5cce
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
server/vcd_server.c