mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add 's' after printing the send interval to make it clear it's a send
interval.
This commit is contained in:
parent
7222b40265
commit
2dca4d3364
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ main(int argc, char *argv[])
|
|||
interval.tv_sec = 0;
|
||||
interval.tv_nsec = ((1 * 1000000000) / rate);
|
||||
}
|
||||
printf("Sending packet of payload size %ld every %jd.%09ld for %ld "
|
||||
printf("Sending packet of payload size %ld every %jd.%09lds for %ld "
|
||||
"seconds\n", payloadsize, (intmax_t)interval.tv_sec,
|
||||
interval.tv_nsec, duration);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue