mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Reduce severity of GraphAugmenter logging statement.
This commit is contained in:
parent
6f4320fb85
commit
7096e6f5ef
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Status AddToExistingNodeArgs(
|
|||
ORT_RETURN_IF(
|
||||
is_duplicate_an_error,
|
||||
addition_context, " - error - attempted to add a duplicate NodeArg: ", new_nodearg_name);
|
||||
LOGS_DEFAULT(WARNING)
|
||||
LOGS_DEFAULT(INFO)
|
||||
<< addition_context << " - skipping addition of duplicate NodeArg: " << new_nodearg_name;
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue