Skip to content

Commit 64f44fb

Browse files
committed
applied VB suggestion to change the warning to a log
1 parent 4fd9498 commit 64f44fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/librrgraph/src/io/rr_graph_uxsdcxx_serializer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ class RrGraphSerializer final : public uxsd::RrGraphBase<RrGraphContextTypes> {
534534
}
535535
}
536536
if (!found_arch_name) {
537-
VTR_LOG_WARN("Switch name '%s' not found in architecture\n", string_name.c_str());
537+
VTR_LOG("Switch name '%s' found in RR graph input from file but not in the architecture file creating it.\n", string_name.c_str());
538538
}
539539
sw->intra_tile = is_internal_sw;
540540
sw->name = string_name;

0 commit comments

Comments
 (0)