Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1739)

Unified Diff: dbus/object_proxy.cc

Issue 10579022: Add a CONNECT_REQUESTED state to Network ConnectionState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/status/network_menu_icon_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/object_proxy.cc
diff --git a/dbus/object_proxy.cc b/dbus/object_proxy.cc
index 62c0eb8b1184349f9ad6a7c2a0dfa5f00370b9e0..ba51efaf61ac0305eea09dd55d788010feea049f 100644
--- a/dbus/object_proxy.cc
+++ b/dbus/object_proxy.cc
@@ -494,6 +494,7 @@ void ObjectProxy::LogMethodCallFailure(
return;
LOG(ERROR) << "Failed to call method: "
<< interface_name << "." << method_name
+ << ": object_path= " << object_path_.value()
<< ": " << error_name << ": " << error_message;
}
« no previous file with comments | « chrome/browser/chromeos/status/network_menu_icon_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698