Add space in error message

PiperOrigin-RevId: 256873969
This commit is contained in:
Sanjoy Das 2019-07-07 13:55:16 -07:00 committed by TensorFlower Gardener
parent 28d028de60
commit ad6e2c74ce

View File

@ -1050,7 +1050,7 @@ Status ColocationGraph::GetDevicesForNode(
return errors::InvalidArgument(
errors::FormatNodeNameForError(node->name()),
"was explicitly assigned to ", node->requested_device(),
" was explicitly assigned to ", node->requested_device(),
" but available devices are [ ",
absl::StrJoin(device_names, ", "), " ]. Make sure ",
"the device specification refers to a valid device.", gpu_msg);