gowin: Himbaechel. Edit message text.

Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
This commit is contained in:
YRabbit 2024-02-06 10:45:38 +10:00 committed by myrtle
parent 4eeb56c0e0
commit 833cb86b51

View File

@ -242,8 +242,8 @@ struct GowinGlobalRouter
{ {
RouteResult res = route_direct_net(net); RouteResult res = route_direct_net(net);
if (res) { if (res) {
log_info(" routed net '%s' using global resources %s\n", ctx->nameOf(net), log_info(" routed net '%s' using global resources %s.\n", ctx->nameOf(net),
res == ROUTED_ALL ? "completely" : "partially"); res == ROUTED_ALL ? "only" : "partially");
} }
} }