Skip to content

Commit 90eb69a

Browse files
adicatanaStrycekSimon
authored andcommitted
Fix format string error in Android PAL initialization assert macro
Differential Revision: D81949537 Pull Request resolved: pytorch#14119
1 parent ce6d3bf commit 90eb69a

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)