Commit accd8c6c authored by Shane Fitzpatrick's avatar Shane Fitzpatrick Committed by Chromium LUCI CQ

[Nearby] Replace usages of ShareTarget's "device_name" to "id" in log

calls.  Instances found by searching for references to that field

Fixed: 1162476
Change-Id: If64e74dd79e7c17859c3a7699e34abc497f9cc36
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613358
Commit-Queue: Shane Fitzpatrick <shanefitz@google.com>
Reviewed-by: default avatarJosh Nohle <nohle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841131}
parent 38b66c1c
...@@ -123,7 +123,7 @@ void PairedKeyVerificationRunner::OnReadPairedKeyEncryptionFrame( ...@@ -123,7 +123,7 @@ void PairedKeyVerificationRunner::OnReadPairedKeyEncryptionFrame(
NS_LOG(VERBOSE) << __func__ NS_LOG(VERBOSE) << __func__
<< ": we are only allowing connections with contacts. " << ": we are only allowing connections with contacts. "
"Rejecting connection from unknown ShareTarget - " "Rejecting connection from unknown ShareTarget - "
<< share_target_.device_name; << share_target_.id;
std::move(callback_).Run(PairedKeyVerificationResult::kFail); std::move(callback_).Run(PairedKeyVerificationResult::kFail);
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment