File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -267,10 +267,10 @@ mod onnxruntime {
267267 message: * const c_char,
268268 ) {
269269 let log_level = match severity {
270- sys:: OrtLoggingLevel :: ORT_LOGGING_LEVEL_VERBOSE => Level :: TRACE ,
271- sys:: OrtLoggingLevel :: ORT_LOGGING_LEVEL_INFO => Level :: DEBUG ,
272- sys:: OrtLoggingLevel :: ORT_LOGGING_LEVEL_WARNING => Level :: INFO ,
273- sys:: OrtLoggingLevel :: ORT_LOGGING_LEVEL_ERROR => Level :: WARN ,
270+ sys:: OrtLoggingLevel :: ORT_LOGGING_LEVEL_VERBOSE => Level :: DEBUG ,
271+ sys:: OrtLoggingLevel :: ORT_LOGGING_LEVEL_INFO => Level :: INFO ,
272+ sys:: OrtLoggingLevel :: ORT_LOGGING_LEVEL_WARNING => Level :: WARN ,
273+ sys:: OrtLoggingLevel :: ORT_LOGGING_LEVEL_ERROR => Level :: ERROR ,
274274 sys:: OrtLoggingLevel :: ORT_LOGGING_LEVEL_FATAL => Level :: ERROR ,
275275 } ;
276276
You can’t perform that action at this time.
0 commit comments