aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-06-15 07:35:25 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-06-15 07:35:25 +0000
commitbc66c1fd1f33e7e218fb43ad01baa90ae7b73ddb (patch)
treebb78414332e45197a0e74874486d4e14aeb155f1 /sys/netgraph
parent65f1bb65fefcf52692b9fd8f8d880d78fcc1e68a (diff)
Notes
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_cisco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_cisco.c b/sys/netgraph/ng_cisco.c
index 8bd78baed525..1eb4a1556f4c 100644
--- a/sys/netgraph/ng_cisco.c
+++ b/sys/netgraph/ng_cisco.c
@@ -471,7 +471,7 @@ cisco_input(sc_p sc, item_p item)
switch (ntohl(p->type)) {
default:
log(LOG_WARNING,
- "cisco: unknown cisco packet type: 0x%x\n",
+ "cisco: unknown cisco packet type: 0x%lx\n",
ntohl(p->type));
break;
case CISCO_ADDR_REPLY: