aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2016-05-17 12:04:39 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2016-05-17 12:04:39 +0000
commite635011374b23fd0280565566b4c2fadbd16eb7e (patch)
tree45fffc4d697c5912a0162f3f71691a68e905bddd /sys/fs
parent0fbbc37da3d41d70bffa50b706b75c3776dae77b (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/autofs/autofs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/autofs/autofs_vnops.c b/sys/fs/autofs/autofs_vnops.c
index 0ab6ec113e7c..781338b89605 100644
--- a/sys/fs/autofs/autofs_vnops.c
+++ b/sys/fs/autofs/autofs_vnops.c
@@ -686,7 +686,7 @@ autofs_node_vn(struct autofs_node *anp, struct mount *mp, int flags,
error = insmntque(vp, mp);
if (error != 0) {
- AUTOFS_WARN("insmntque() failed with error %d", error);
+ AUTOFS_DEBUG("insmntque() failed with error %d", error);
sx_xunlock(&anp->an_vnode_lock);
return (error);
}