Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b03b6ac6 authored by Joe Onorato's avatar Joe Onorato
Browse files

Turn off duplicate log

Bug: 27744135
Change-Id: Iaf5787d36c983f19586e1d1a40f35091fb168cfe
parent 6eb4eab1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -75,7 +75,8 @@ static int write_ctrl(const char *cmd) {
        savedErrno = 0;
    }
    if (res < 0) {
        ALOGI("Failed write_ctrl(%s) res=%d errno=%d", cmd, res, savedErrno);
        // ALOGV is enough because all the callers also log failures
        ALOGV("Failed write_ctrl(%s) res=%d errno=%d", cmd, res, savedErrno);
    }
    close(fd);
    return -savedErrno;