Remove check EACCESS and Fix log position to avoid errno change. (errno can be change... 45/211945/7
authorhj kim <backto.kim@samsung.com>
Mon, 12 Aug 2019 10:32:53 +0000 (19:32 +0900)
committerhj kim <backto.kim@samsung.com>
Tue, 13 Aug 2019 06:11:36 +0000 (15:11 +0900)
commit1f02c1b8c116b0db2c83c4ba260936ad58261987
tree699583c2c85c232dd92d4ac417da24930200d9e9
parentcdb5edcf04ae1e7d8c3121dbe2a6033a266065cc
Remove check EACCESS and Fix log position to avoid errno change. (errno can be changed when using dlog)

The media-controller daemon can return EACCESS to the client when the daemon creates a commication socket temporarily.
For this reason, if client get EACCESSn, client must retry the connection.

Change-Id: If7753f8a2590365f4edba2ba6d4183207d0ddf0e
src/media_controller_ipc.c