summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/route.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-09-04 22:07:56 +0000
committerbrian <brian@FreeBSD.org>2001-09-04 22:07:56 +0000
commitd99614d082410cd2f61a43517f286f39b558d044 (patch)
tree439fd6402425007f38eecad60d3108014f007b2a /usr.sbin/ppp/route.c
parent4c891359cae674bfc01eaf44eec97802df50fe38 (diff)
downloadFreeBSD-src-d99614d082410cd2f61a43517f286f39b558d044.zip
FreeBSD-src-d99614d082410cd2f61a43517f286f39b558d044.tar.gz
Fix a diagnostic
Diffstat (limited to 'usr.sbin/ppp/route.c')
-rw-r--r--usr.sbin/ppp/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c
index 4c7357f..f060f42 100644
--- a/usr.sbin/ppp/route.c
+++ b/usr.sbin/ppp/route.c
@@ -747,7 +747,7 @@ rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst,
if (ncpaddr_isdefault(gw)) {
if (!quiet)
log_Printf(LogERROR, "rt_Set: Cannot add a route with"
- " destination 0.0.0.0\n");
+ " gateway 0.0.0.0\n");
close(s);
return result;
} else {
OpenPOWER on IntegriCloud