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

Unified Diff: dbus/object_proxy.h

Issue 455533002: Reduce DBus ObjectUnknown ERROR to WARNING (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correctly log at severity Created 6 years, 4 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 | « no previous file | dbus/object_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/object_proxy.h
diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h
index 48c9c03208ab93865ce3d30907e8e256eabdb815..2d4ea68542c00a287146c09628770db7ac71c1ca 100644
--- a/dbus/object_proxy.h
+++ b/dbus/object_proxy.h
@@ -46,7 +46,8 @@ class CHROME_DBUS_EXPORT ObjectProxy
// Options to be OR-ed together when calling Bus::GetObjectProxyWithOptions().
// Set the IGNORE_SERVICE_UNKNOWN_ERRORS option to silence logging of
- // org.freedesktop.DBus.Error.ServiceUnknown errors.
+ // org.freedesktop.DBus.Error.ServiceUnknown errors and
+ // org.freedesktop.DBus.Error.ObjectUnknown errors.
enum Options {
DEFAULT_OPTIONS = 0,
IGNORE_SERVICE_UNKNOWN_ERRORS = 1 << 0
« no previous file with comments | « no previous file | dbus/object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698