Make sure all logging ends with newline

This commit is contained in:
topjohnwu
2020-12-02 00:55:22 -08:00
parent a848f10bba
commit 797ba4fbf4
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ int recv_fd(int sockfd) {
cmsg->cmsg_level != SOL_SOCKET ||
cmsg->cmsg_type != SCM_RIGHTS) {
error:
LOGE("unable to read fd");
LOGE("unable to read fd\n");
exit(-1);
}