PERFORCE change 147516 for review
Marko Zec
zec at FreeBSD.org
Sat Aug 16 09:42:07 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147516
Change 147516 by zec at zec_tpx32 on 2008/08/16 09:41:36
More damage control.
Affected files ...
.. //depot/projects/vimage/src/sys/netgraph/ng_source.c#3 edit
Differences ...
==== //depot/projects/vimage/src/sys/netgraph/ng_source.c#3 (text+ko) ====
@@ -615,7 +615,7 @@
ifp = ifunit(ifname);
if (ifp == NULL) {
- printf("%s: can't find interface %d\n", __func__, if_index);
+ printf("%s: can't find interface %s\n", __func__, ifname);
return (EINVAL);
}
sc->output_ifp = ifp;
More information about the p4-projects
mailing list