adb: fix mistaken use of PLOG.

Change-Id: I60bfa3d8cf1572a877d6f0c9369d8f72f10e5aef
(cherry picked from commit 443a52c298)
This commit is contained in:
Josh Gao 2016-02-25 14:11:32 -08:00
parent a76e5f035e
commit d382d2bb51
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}