Skip to content

Commit e44d74b

Browse files
committed
we dont have warn level
1 parent d0b9034 commit e44d74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/aoti/common_shims.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void aoti_torch_warn(
204204
const char* file,
205205
uint32_t line,
206206
const char* msg) {
207-
ET_LOG(Warning, "[%s:%u] %s: %s", file, line, func, msg);
207+
ET_LOG(Error, "[%s:%u] %s: %s", file, line, func, msg);
208208
}
209209

210210
AOTI_SHIM_EXPORT AOTITorchError

0 commit comments

Comments
 (0)