summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-09-27 00:25:54 +0000
committerrwatson <rwatson@FreeBSD.org>2002-09-27 00:25:54 +0000
commitc583effb169e04b0960cacffebc4053fe5d83fd3 (patch)
tree63fc00e00d8bb93b07e774e5281a1489e7eb2fee /sys/nfsclient
parente342eccf31ecd100e4a8d7c2f959524a311edf78 (diff)
downloadFreeBSD-src-c583effb169e04b0960cacffebc4053fe5d83fd3.zip
FreeBSD-src-c583effb169e04b0960cacffebc4053fe5d83fd3.tar.gz
Remove an errant debugging printf that got left in during my last
commit. Pointed out by: guido
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_vfsops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c
index f30690a..85350a4 100644
--- a/sys/nfsclient/nfs_vfsops.c
+++ b/sys/nfsclient/nfs_vfsops.c
@@ -447,7 +447,6 @@ nfs_mountroot(struct mount *mp, struct thread *td)
* is not set by the DHCP server. Check also for a value of 0
* to avoid panicking inappropriately in that situation.
*/
- printf("gateway: %d bytes\n", nd->mygateway.sin_len);
if (nd->mygateway.sin_len != 0 &&
nd->mygateway.sin_addr.s_addr != 0) {
struct sockaddr_in mask, sin;
OpenPOWER on IntegriCloud