diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-03-27 11:57:25 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-03-27 11:57:25 +0000 |
commit | 2bda64659c66d35f9ce7eb7e254b93fb0d9d6aab (patch) | |
tree | 429e852320455129bf9cb2abbc7107e94e828df9 /usr.sbin/ospfd | |
parent | 64a66cbac6f994fd24d33b42623b335b4128870c (diff) |
More specific warning.
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r-- | usr.sbin/ospfd/ospfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.c b/usr.sbin/ospfd/ospfd.c index 5c7e97fef78..8c695b0185e 100644 --- a/usr.sbin/ospfd/ospfd.c +++ b/usr.sbin/ospfd/ospfd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.c,v 1.30 2006/03/25 09:34:13 norby Exp $ */ +/* $OpenBSD: ospfd.c,v 1.31 2006/03/27 11:57:24 claudio Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -166,7 +166,7 @@ main(int argc, char *argv[]) err(1, "sysctl"); if (!ipforwarding) - log_warnx("WARNING: forwarding NOT enabled"); + log_warnx("WARNING: IP forwarding NOT enabled"); /* fetch interfaces early */ kif_init(); |