summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2010-07-09 10:29:08 -0700
committerMohit Mehta <mohit.mehta@vyatta.com>2010-07-09 10:29:08 -0700
commitf61c5da63bd6901122ed3a198b9c28bfd473032d (patch)
treed407fa1e0173f0adc053012e589dc864831293fc
parent537ae01641d990b0e953ec07a31c7830d8a8a1ee (diff)
downloadconntrack-tools-f61c5da63bd6901122ed3a198b9c28bfd473032d.tar.gz
conntrack-tools-f61c5da63bd6901122ed3a198b9c28bfd473032d.zip
conntrackd: replace cyptic 'mfrm' with 'malformed' in '-s'
-rw-r--r--src/sync-mode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sync-mode.c b/src/sync-mode.c
index ecc2f0d..3fa0d11 100644
--- a/src/sync-mode.c
+++ b/src/sync-mode.c
@@ -414,9 +414,9 @@ static void dump_stats_sync(int fd)
char buf[512];
int size;
- size = sprintf(buf, "message sequence tracking:\n"
- "%20llu Msgs mfrm "
- "%20llu Msgs lost\n\n",
+ size = sprintf(buf, "message tracking:\n"
+ "%20llu Malformed msgs "
+ "%20llu Lost msgs\n\n",
(unsigned long long)STATE_SYNC(error).msg_rcv_malformed,
(unsigned long long)STATE_SYNC(error).msg_rcv_lost);