Index: chromeos/network/network_configuration_handler.cc |
diff --git a/chromeos/network/network_configuration_handler.cc b/chromeos/network/network_configuration_handler.cc |
index 9b2efc9231cecb59dff689dc1c41cba927a9bc04..81c473c54aff017857bc41219e422573a646feb1 100644 |
--- a/chromeos/network/network_configuration_handler.cc |
+++ b/chromeos/network/network_configuration_handler.cc |
@@ -209,6 +209,7 @@ void NetworkConfigurationHandler::GetProperties( |
const std::string& service_path, |
const network_handler::DictionaryResultCallback& callback, |
const network_handler::ErrorCallback& error_callback) const { |
+ NET_LOG_USER("GetProperties", service_path); |
DBusThreadManager::Get()->GetShillServiceClient()->GetProperties( |
dbus::ObjectPath(service_path), |
base::Bind(&GetPropertiesCallback, |