diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2012-11-13 22:08:34 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2012-11-13 22:08:34 +0000 |
commit | dfd58183003ce0acd489c41d0f31b2dcfd09b7a2 (patch) | |
tree | 9c5bd79dfa938a7e021660462119fd74a8bfa379 | |
parent | 2aa6fd0a36858c7f97a4eec17925d41d4184de53 (diff) |
pasto in log message
ok henning
-rw-r--r-- | usr.sbin/snmpd/kroute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/snmpd/kroute.c b/usr.sbin/snmpd/kroute.c index 4513c2ef3d0..54cc8c1ce2e 100644 --- a/usr.sbin/snmpd/kroute.c +++ b/usr.sbin/snmpd/kroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kroute.c,v 1.22 2012/09/18 08:36:39 reyk Exp $ */ +/* $OpenBSD: kroute.c,v 1.23 2012/11/13 22:08:33 florian Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org> @@ -1232,7 +1232,7 @@ add4: (kr6 = kroute6_matchgw(kr6, sa_in6)) == NULL) { log_warnx("dispatch_rtmsg[change] " - "mpath route not found"); + "IPv6 mpath route not found"); return (-1); } else if (mpath && rtm->rtm_type == RTM_ADD) goto add6; |