diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2016-05-17 12:04:39 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2016-05-17 12:04:39 +0000 |
| commit | e635011374b23fd0280565566b4c2fadbd16eb7e (patch) | |
| tree | 45fffc4d697c5912a0162f3f71691a68e905bddd /sys | |
| parent | 0fbbc37da3d41d70bffa50b706b75c3776dae77b (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fs/autofs/autofs_vnops.c | 2 |
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); } |
