summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus_statistics.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus_statistics.cc b/dbus/dbus_statistics.cc
index af1f36b..9abec65 100644
--- a/dbus/dbus_statistics.cc
+++ b/dbus/dbus_statistics.cc
@@ -84,8 +84,8 @@ class DBusStatistics {
const std::string& method,
StatType type) {
if (base::PlatformThread::CurrentId() != origin_thread_id_) {
- DLOG(WARNING) << "Ignoring DBusStatistics::AddStat call from thread: "
- << base::PlatformThread::CurrentId();
+ DVLOG(1) << "Ignoring DBusStatistics::AddStat call from thread: "
+ << base::PlatformThread::CurrentId();
return;
}
Stat* stat = GetStat(service, interface, method, true);