Don't display an extraneous ``: '' with some packets in/packets out diagnostics
This commit is contained in:
parent
ff360cc91b
commit
7e1c2e33be
@ -141,7 +141,7 @@ throughput_log(struct pppThroughput *t, int level, const char *title)
|
||||
log_Printf(level, "%s%sConnect time: %d secs: %llu octets in, %llu octets"
|
||||
" out\n", title, *title ? ": " : "", secs_up, t->OctetsIn,
|
||||
t->OctetsOut);
|
||||
log_Printf(level, "%s%s: %llu packets in, %llu packets out\n",
|
||||
log_Printf(level, "%s%s%llu packets in, %llu packets out\n",
|
||||
title, *title ? ": " : "", t->PacketsIn, t->PacketsOut);
|
||||
if (secs_up == 0)
|
||||
secs_up = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user