Index: chromeos/dbus/fake_nfc_adapter_client.cc |
diff --git a/chromeos/dbus/fake_nfc_adapter_client.cc b/chromeos/dbus/fake_nfc_adapter_client.cc |
index 8da285ec2f05e25ce4b99762407cbc68de9e3638..98171e1a00185b62d892a3351cf3dfe21c522dfd 100644 |
--- a/chromeos/dbus/fake_nfc_adapter_client.cc |
+++ b/chromeos/dbus/fake_nfc_adapter_client.cc |
@@ -297,7 +297,7 @@ void FakeNfcAdapterClient::UnsetDevice(const dbus::ObjectPath& device_path) { |
} |
void FakeNfcAdapterClient::UnsetTag(const dbus::ObjectPath& tag_path) { |
- LOG(INFO) << "Add tag path to the fake adapter: " << tag_path.value(); |
+ LOG(INFO) << "Remove tag path from the fake adapter: " << tag_path.value(); |
ObjectPathVector new_tags = properties_->tags.value(); |
for (ObjectPathVector::iterator iter = new_tags.begin(); |
iter != new_tags.end(); ++iter) { |