Commit 7904a4ad authored by Joanne Hugé's avatar Joanne Hugé

Only start printing once a packet is received

parent 8f31894f
......@@ -218,7 +218,7 @@ int main(int argc, char *argv[]) {
for (;;) {
usleep(main_params.refresh_rate);
if (main_params.verbose) {
if (main_params.verbose && ingress_stats.packets_received) {
if (tsn_task == RECV_PACKET_TASK) {
......
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