Skip to content

Commit cb42db2

Browse files
authored
Fix format string error in Android PAL initialization assert macro
Differential Revision: D81949537 Pull Request resolved: #14119
1 parent 2b54a19 commit cb42db2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/platform/default/android.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
__android_log_print( \
4747
ANDROID_LOG_FATAL, \
4848
"ExecuTorch", \
49-
"%s", \
5049
"ExecuTorch PAL must be initialized before call to %s()", \
5150
ET_FUNCTION); \
5251
} \

0 commit comments

Comments
 (0)