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

Commit a692f431 authored by Josh Gao's avatar Josh Gao Committed by Gerrit Code Review
Browse files

Merge "adb: fix mistaken use of PLOG."

parents aace5df4 443a52c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ static void adb_auth_listener(int fd, unsigned events, void* data) {
    }

    if (framework_fd >= 0) {
        PLOG(WARNING) << "adb received framework auth socket connection again";
        LOG(WARNING) << "adb received framework auth socket connection again";
        framework_disconnected();
    }