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

Commit 1e04d6ba authored by Joe Onorato's avatar Joe Onorato Committed by android-build-merger
Browse files

Merge "Turn off duplicate log" into nyc-dev am: e0e941e3

am: f0fa9f36

* commit 'f0fa9f36':
  Turn off duplicate log
parents 9fd5ecd9 f0fa9f36
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -72,7 +72,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;