summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGleydson Soares <gsoares@cvs.openbsd.org>2016-01-25 21:24:18 +0000
committerGleydson Soares <gsoares@cvs.openbsd.org>2016-01-25 21:24:18 +0000
commit4502d3a0027a81a44e4fc5f7654667d36950b6ec (patch)
tree0e42e509ea3291708e97de23849cf4c741a143a7 /usr.sbin
parent1f0770d5ea005c014a167f1a2079b7ba5d918d7e (diff)
(hidden) is more readable than (??????) and avoid trigraph
suggested by & OK claudio@ OK daniel@ jsg@ initial review millert@ and tb@ thanks.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pppd/chat/chat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/chat/chat.c b/usr.sbin/pppd/chat/chat.c
index 081290564f5..2be9219bd7b 100644
--- a/usr.sbin/pppd/chat/chat.c
+++ b/usr.sbin/pppd/chat/chat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chat.c,v 1.32 2015/08/20 22:46:32 deraadt Exp $ */
+/* $OpenBSD: chat.c,v 1.33 2016/01/25 21:24:17 gsoares Exp $ */
/*
* Chat -- a program for automatic session establishment (i.e. dial
@@ -1203,7 +1203,7 @@ register char *s;
if (verbose) {
if (quiet)
- logmsg("send (??????)");
+ logmsg("send (hidden)");
else
logmsg("send (%v)", s);
}