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

Commit 443a52c2 authored by Josh Gao's avatar Josh Gao
Browse files

adb: fix mistaken use of PLOG.

Change-Id: I60bfa3d8cf1572a877d6f0c9369d8f72f10e5aef
parent aace5df4
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();
    }