Index: chromeos/dbus/shill_service_client_stub.cc |
diff --git a/chromeos/dbus/shill_service_client_stub.cc b/chromeos/dbus/shill_service_client_stub.cc |
index d7c28da19542fca69b93f055c0066fdb095b2d03..3e7659703ac1113eb4efa2a04e6108b8d1cb3bbb 100644 |
--- a/chromeos/dbus/shill_service_client_stub.cc |
+++ b/chromeos/dbus/shill_service_client_stub.cc |
@@ -96,6 +96,7 @@ void ShillServiceClientStub::GetProperties( |
NULL); |
call_status = DBUS_METHOD_CALL_SUCCESS; |
} else { |
+ LOG(ERROR) << "Properties not found for: " << service_path.value(); |
result_properties.reset(new base::DictionaryValue); |
call_status = DBUS_METHOD_CALL_FAILURE; |
} |