Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2008 09:42:06 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147516 for review
Message-ID:  <200808160942.m7G9g62E082102@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147516

Change 147516 by zec@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808160942.m7G9g62E082102>