| Index: chromeos/network/network_state_handler.cc
|
| diff --git a/chromeos/network/network_state_handler.cc b/chromeos/network/network_state_handler.cc
|
| index bed774e33bbf93ca6b0d4aa92e3115a25a93619e..6bf34633966a6ab6f7c18cac0380f20c4218571e 100644
|
| --- a/chromeos/network/network_state_handler.cc
|
| +++ b/chromeos/network/network_state_handler.cc
|
| @@ -158,8 +158,8 @@ void NetworkStateHandler::SetTechnologyEnabled(
|
| if (tether_technology_state_ != TECHNOLOGY_ENABLED &&
|
| tether_technology_state_ != TECHNOLOGY_AVAILABLE) {
|
| NET_LOG(ERROR) << "SetTechnologyEnabled() called for the Tether "
|
| - << "DeviceState, but the current state was not "
|
| - << "TECHNOLOGY_ENABLED or TECHNOLOGY_AVAILABLE.";
|
| + << "DeviceState, but the current state was: "
|
| + << tether_technology_state_;
|
| network_handler::RunErrorCallback(
|
| error_callback, kTetherDevicePath,
|
| NetworkConnectionHandler::kErrorEnabledOrDisabledWhenNotAvailable,
|
|
|