Merge "adb: fix mistaken use of PLOG."

This commit is contained in:
Josh Gao 2016-02-25 22:29:53 +00:00 committed by Gerrit Code Review
commit a692f431d6

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