From 9136cbc0bb5ea9a90e52d6fff4329a3f724c5a4a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 26 May 2006 01:10:02 +0000 Subject: prettier printing --- sys/nfs/nfs_boot.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c index 5cdd4ce00ea..9fe58817622 100644 --- a/sys/nfs/nfs_boot.c +++ b/sys/nfs/nfs_boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_boot.c,v 1.16 2004/11/04 13:14:29 pedro Exp $ */ +/* $OpenBSD: nfs_boot.c,v 1.17 2006/05/26 01:10:01 deraadt Exp $ */ /* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */ /* @@ -152,7 +152,8 @@ nfs_boot_init(nd, procp) if (ifp == NULL) panic("nfs_boot: no suitable interface"); bcopy(ifp->if_xname, ireq.ifr_name, IFNAMSIZ); - printf("nfs_boot: using network interface '%s'\n", ireq.ifr_name); + printf("nfs_boot: using interface %s, with revarp & bootparams\n", + ireq.ifr_name); /* * Bring up the interface. -- cgit v1.2.3