commit | a692f431d64c394ae620d9e7554075538e41e3c9 | [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 | aace5df403a8d95429f13daf037a9def46bf7cd5 [diff] | |
parent | 443a52c298f54a087aff7664f0c4c508b10dc2db [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(); }