Reduce severity of GraphAugmenter logging statement.

This commit is contained in:
Edward Chen 2020-06-10 21:58:37 +00:00 committed by edgchen1
parent 6f4320fb85
commit 7096e6f5ef

View file

@ -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;
}