Commit b2382373 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Adam Wujek

wrs_watchdog: trivial printing fix to have ports aligned also for 18p variant

parent edab5c5f
......@@ -151,7 +151,7 @@ void list_fsms(void)
/* yes, it is i<=port_num because we're reading FSMs for all WR
* ports + NIC */
fsms = read_port(i);
printf("PORT %d: ", i);
printf("PORT %2d: ", i);
printf("ib_alloc(%d): %-14s",
fsms.act[ALLOC_IDX], alloc_states[fsms.state[ALLOC_IDX]]);
printf("ib_trans(%d): %-15s",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment