Skip to content

Commit ef13206

Browse files
lucylqfacebook-github-bot
authored andcommitted
Patch build error
Summary: D76529405 caused build errors in BoltNN: P1864916186 Reviewed By: yifanjiang2 Differential Revision: D78047783
1 parent 93e9fcd commit ef13206

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)