summaryrefslogtreecommitdiffstats
path: root/term-utils/ttymsg.c
diff options
context:
space:
mode:
authorBenno Schulenberg2012-02-06 16:05:35 +0100
committerKarel Zak2013-01-25 11:47:28 +0100
commitc602fe5a8ef3e17e3042896571e6ad15a665db31 (patch)
tree4f5f638ca7258c0fd2095330d37b9e572184948d /term-utils/ttymsg.c
parenttextual: remove inconsistent periods from two error messages (diff)
downloadkernel-qcow2-util-linux-c602fe5a8ef3e17e3042896571e6ad15a665db31.tar.gz
kernel-qcow2-util-linux-c602fe5a8ef3e17e3042896571e6ad15a665db31.tar.xz
kernel-qcow2-util-linux-c602fe5a8ef3e17e3042896571e6ad15a665db31.zip
textual: tag two bug messages as "internal error"
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'term-utils/ttymsg.c')
-rw-r--r--term-utils/ttymsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/ttymsg.c b/term-utils/ttymsg.c
index aea6c2656..185e9bba9 100644
--- a/term-utils/ttymsg.c
+++ b/term-utils/ttymsg.c
@@ -74,7 +74,7 @@ ttymsg(struct iovec *iov, size_t iovcnt, char *line, int tmout) {
int fd, forked = 0, errsv;
if (iovcnt > sizeof(localiov) / sizeof(localiov[0]))
- return (_("too many iov's (change code in wall/ttymsg.c)"));
+ return (_("internal error: too many iov's"));
/* The old code here rejected the line argument when it contained a '/',
saying: "A slash may be an attempt to break security...".