Remove thread unsafety function usage. 78/62478/2 accepted/tizen/common/20160318.145924 accepted/tizen/ivi/20160318.113930 accepted/tizen/mobile/20160318.113742 accepted/tizen/tv/20160318.113833 accepted/tizen/wearable/20160318.113816 submit/tizen/20160318.062127
authorpr.jung <pr.jung@samsung.com>
Wed, 16 Mar 2016 09:14:06 +0000 (18:14 +0900)
committerpr.jung <pr.jung@samsung.com>
Thu, 17 Mar 2016 04:37:30 +0000 (13:37 +0900)
Change-Id: I8d086de719e6942737864eb56e9a054da4a2457d
Signed-off-by: pr.jung <pr.jung@samsung.com>
devices/extcon.c

index 21f7313..cdaa812 100644 (file)
@@ -39,7 +39,7 @@ static int parent(pid_t pid)
                        _I("%d stopped by signal %d", pid, WSTOPSIG(status));
                }
        } else {
-               _I("%d waitpid() failed : %s", pid, strerror(errno));
+               _I("%d waitpid() failed : %d", pid, errno);
        }
 
        return -EAGAIN;