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

Unified Diff: dbus/object_proxy.cc

Issue 10554013: Add a CONNECT_REQUESTED state to Network ConnectionState. (Closed) Base URL: http://git.chromium.org/git/chromium/src@master
Patch Set: Fix tests 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
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: "
hashimoto 2012/06/18 02:05:10 How about also printing service_name and ordering
<< interface_name << "." << method_name
+ << ": object_path= " << object_path_.value()
<< ": " << error_name << ": " << error_message;
}

Powered by Google App Engine
This is Rietveld 408576698