Skip to content

Commit 86cb5d7

Browse files
authored
Fix error message.
Differential Revision: D66105238 Pull Request resolved: #6938
1 parent 04f6fcd commit 86cb5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/executor/method.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,8 @@ Method::set_output_data_ptr(void* buffer, size_t size, size_t output_idx) {
963963
if (tensor_meta->is_memory_planned()) {
964964
ET_LOG(
965965
Error,
966-
"Output %zu is memory planned, or is a constant. Cannot override \
967-
the existing data pointer.",
966+
"Output %zu is memory planned, or is a constant. Cannot override "
967+
"the existing data pointer.",
968968
output_idx);
969969
return Error::InvalidState;
970970
}

0 commit comments

Comments
 (0)