Skip to content
Snippets Groups Projects
Commit 161d8470 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1362: fixed display output packet analysis

parent c682f0a1
No related branches found
No related tags found
No related merge requests found
...@@ -219,7 +219,7 @@ int main( int argc, char **argv ) { ...@@ -219,7 +219,7 @@ int main( int argc, char **argv ) {
rate = get_packetrate( fd, atoi( argv[1] ), 0.5 ); rate = get_packetrate( fd, atoi( argv[1] ), 0.5 );
if( rate < 1.0 ) { if( rate < 1.0 ) {
printf("Packet rate: NOK %.2f pps\n",rate); printf("NOK Packet rate: %.2f pps\n",rate);
} else { } else {
int zeros = 0; int zeros = 0;
int i; int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment