commit | d3e1ad66d873498865c3f2afeef1a8f95648f20f | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Feb 25 22:29:53 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 25 22:29:53 2016 +0000 |
tree | 4a2564a3e335181a3a6e0dcc48864dbea2c2d2ce | |
parent | 38eb591617756cd6934d8e8b509de2427eaba1c8 [diff] | |
parent | 85030c807404ef3c6647481dbad55566ba1e9d3e [diff] |
Merge "adb: fix mistaken use of PLOG."
diff --git a/adb/adb_auth_client.cpp b/adb/adb_auth_client.cpp index 8ef9948..128c3df 100644 --- a/adb/adb_auth_client.cpp +++ b/adb/adb_auth_client.cpp
@@ -239,7 +239,7 @@ } if (framework_fd >= 0) { - PLOG(WARNING) << "adb received framework auth socket connection again"; + LOG(WARNING) << "adb received framework auth socket connection again"; framework_disconnected(); }