| Index: chromeos/dbus/fake_shill_service_client.cc
|
| diff --git a/chromeos/dbus/fake_shill_service_client.cc b/chromeos/dbus/fake_shill_service_client.cc
|
| index 30673f3f14ca7df882944c61dbe7e5cc6b7d91a8..ef4ffe6e5d055036b3d89332433dba7d31019927 100644
|
| --- a/chromeos/dbus/fake_shill_service_client.cc
|
| +++ b/chromeos/dbus/fake_shill_service_client.cc
|
| @@ -89,7 +89,8 @@ void FakeShillServiceClient::GetProperties(
|
| NULL);
|
| call_status = DBUS_METHOD_CALL_SUCCESS;
|
| } else {
|
| - LOG(ERROR) << "Properties not found for: " << service_path.value();
|
| + // This may happen if we remove services from the list.
|
| + VLOG(2) << "Properties not found for: " << service_path.value();
|
| result_properties.reset(new base::DictionaryValue);
|
| call_status = DBUS_METHOD_CALL_FAILURE;
|
| }
|
|
|