Oops, typo.
This commit is contained in:
parent
c7221334a7
commit
3345103cf3
1 changed files with 1 additions and 1 deletions
2
echoc.c
2
echoc.c
|
@ -194,7 +194,7 @@ main(int argc, char *argv[])
|
||||||
tm = localtime((time_t *)&now.tv_sec);
|
tm = localtime((time_t *)&now.tv_sec);
|
||||||
strftime(buf, sizeof(buf), "%F %T", tm);
|
strftime(buf, sizeof(buf), "%F %T", tm);
|
||||||
printf("%s.%06ld: connection is back "
|
printf("%s.%06ld: connection is back "
|
||||||
"dropped %d paquets\n",
|
"dropped %d packets\n",
|
||||||
buf, now.tv_usec, seq - last);
|
buf, now.tv_usec, seq - last);
|
||||||
disconnected = 0;
|
disconnected = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue