Skip to content

Commit dd06b3b

Browse files
authored
Patch build error
Differential Revision: D78047783 Pull Request resolved: #12322
1 parent b12d381 commit dd06b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/executor/merged_data_map.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class MergedDataMap final : public NamedDataMap {
116116
ET_CHECK_OR_RETURN_ERROR(
117117
index >= 0 && index < total_num_keys,
118118
InvalidArgument,
119-
"Index %u out of range of size %u",
119+
"Index %" PRIu32 " out of range of size %" PRIu32,
120120
index,
121121
total_num_keys);
122122

0 commit comments

Comments
 (0)