Oops, typo.

This commit is contained in:
Matthieu Herrb 2012-07-31 14:38:58 +02:00
parent c7221334a7
commit 3345103cf3

View file

@ -194,7 +194,7 @@ main(int argc, char *argv[])
tm = localtime((time_t *)&now.tv_sec);
strftime(buf, sizeof(buf), "%F %T", tm);
printf("%s.%06ld: connection is back "
"dropped %d paquets\n",
"dropped %d packets\n",
buf, now.tv_usec, seq - last);
disconnected = 0;
}