From 2e4b408ab7dd76bfaefd6cb5ea69fdff381a4b76 Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Fri, 9 Jul 2010 16:45:48 +0200 Subject: conntrackd: replace cryptic `mfrm' by `malformed' in `-s' Looking at the output of `conntrackd -s`; I didn't know what 'mfrm' meant under the 'message sequence tracking' section so I had to look up the code for this. While doing so, I replaced 'mfrm' with 'malformed' in the output since I thought other users might be confused as well as I was looking at that word. Signed-off-by: Mohit Mehta Signed-off-by: Pablo Neira Ayuso --- src/sync-mode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/sync-mode.c b/src/sync-mode.c index c12a34a..96379f6 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); -- cgit v1.2.3