summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/nfc_client_helpers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/nfc_client_helpers.cc')
-rw-r--r--chromeos/dbus/nfc_client_helpers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/nfc_client_helpers.cc b/chromeos/dbus/nfc_client_helpers.cc
index 12ae6c0..51889e81 100644
--- a/chromeos/dbus/nfc_client_helpers.cc
+++ b/chromeos/dbus/nfc_client_helpers.cc
@@ -75,7 +75,7 @@ bool DBusObjectMap::AddObject(const dbus::ObjectPath& object_path) {
properties->ConnectSignals();
properties->GetAll();
VLOG(1) << "Created proxy for object with Path: " << object_path.value()
- << " Service: " << service_name_;
+ << ", Service: " << service_name_;
ObjectPropertyPair object = std::make_pair(object_proxy, properties);
object_map_[object_path] = object;
return true;