summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@google.com>2016-01-26 23:39:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-26 23:39:58 +0000
commitc34882c5abba86a25cc4f2c5d658c4560b941af2 (patch)
tree096bba799fbb81d86d7f853e8527659050e8343a
parent56b267edb5f9e5a8f6d43d02e340b84755e6b291 (diff)
parent440828614ed1529b839e58457ef0002794e499ec (diff)
downloadshill-c34882c5abba86a25cc4f2c5d658c4560b941af2.tar.gz
shill: Fix status print
am: 440828614e * commit '440828614ed1529b839e58457ef0002794e499ec': shill: Fix status print
-rw-r--r--vpn/third_party_vpn_driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpn/third_party_vpn_driver.cc b/vpn/third_party_vpn_driver.cc
index a590ed9a..2f243ace 100644
--- a/vpn/third_party_vpn_driver.cc
+++ b/vpn/third_party_vpn_driver.cc
@@ -471,7 +471,7 @@ bool ThirdPartyVpnDriver::ClaimInterface(const std::string& link_name,
}
CHECK(!active_client_);
- SLOG(this, 2) << "Claiming " << link_name << " for OpenVPN tunnel";
+ SLOG(this, 2) << "Claiming " << link_name << " for third party VPN tunnel";
CHECK(!device_);
device_ = new VirtualDevice(control_, dispatcher(), metrics_, manager(),