Commit a49c055d authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS MultiDevice] Fix typo which did not add a space between sentences.

Bug: 824568
Change-Id: I810dfe67df49453139f992f55b58744d65031497
Reviewed-on: https://chromium-review.googlesource.com/1170178
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Reviewed-by: default avatarRyan Hansberry <hansberry@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582250}
parent 87fa0656
...@@ -20,7 +20,7 @@ HostStatusProvider::HostStatusWithDevice::HostStatusWithDevice( ...@@ -20,7 +20,7 @@ HostStatusProvider::HostStatusWithDevice::HostStatusWithDevice(
if (host_device_) { if (host_device_) {
PA_LOG(ERROR) << "HostStatusWithDevice::HostStatusWithDevice(): Tried to " PA_LOG(ERROR) << "HostStatusWithDevice::HostStatusWithDevice(): Tried to "
<< "construct a HostStatusWithDevice with a status " << "construct a HostStatusWithDevice with a status "
<< "indicatating no device, but a device was provided. " << "indicating no device, but a device was provided. "
<< "Status: " << host_status_ << ", Device ID: " << "Status: " << host_status_ << ", Device ID: "
<< host_device_->GetTruncatedDeviceIdForLogs(); << host_device_->GetTruncatedDeviceIdForLogs();
NOTREACHED(); NOTREACHED();
...@@ -28,7 +28,7 @@ HostStatusProvider::HostStatusWithDevice::HostStatusWithDevice( ...@@ -28,7 +28,7 @@ HostStatusProvider::HostStatusWithDevice::HostStatusWithDevice(
} else if (!host_device_) { } else if (!host_device_) {
PA_LOG(ERROR) << "HostStatusWithDevice::HostStatusWithDevice(): Tried to " PA_LOG(ERROR) << "HostStatusWithDevice::HostStatusWithDevice(): Tried to "
<< "construct a HostStatusWithDevice with a status " << "construct a HostStatusWithDevice with a status "
<< "indicatating a device, but no device was provided." << "indicating a device, but no device was provided. "
<< "Status: " << host_status_; << "Status: " << host_status_;
NOTREACHED(); NOTREACHED();
} }
......
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