Merge "adb: fix mistaken use of PLOG."
This commit is contained in:
commit
a692f431d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue