summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-04-08 13:07:05 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-04-08 13:07:05 +0000
commit760ca7b65d194d26191b951c5f6764790b91730e (patch)
treeded4d9a57162a37518aa6f3102c7b4d4047adc37 /comsat/comsat.c
parentd8cd0598bbae2f23bb4961f8aecc5d74cb173349 (diff)
downloadmailutils-760ca7b65d194d26191b951c5f6764790b91730e.tar.gz
mailutils-760ca7b65d194d26191b951c5f6764790b91730e.tar.bz2
Make info text clearer.
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 21a67beaa..bc21117de 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -349,8 +349,8 @@ comsat_main (int fd)
}
syslog (LOG_INFO,
- ngettext ("%d byte from %s",
- "%d bytes from %s", rdlen),
+ ngettext ("received %d byte from %s",
+ "received %d bytes from %s", rdlen),
rdlen, inet_ntoa (sin_from.sin_addr));
buffer[rdlen] = 0;

Return to:

Send suggestions and report system problems to the System administrator.