mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Silence down a warning which should really be a debug message.
MFC after: 2 weeks Sponsored by: DARPA
This commit is contained in:
parent
c027e8cf48
commit
d499502db7
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ autofs_unmount(struct mount *mp, int mntflags)
|
|||
flags |= FORCECLOSE;
|
||||
error = vflush(mp, 0, flags, curthread);
|
||||
if (error != 0) {
|
||||
AUTOFS_WARN("vflush failed with error %d", error);
|
||||
AUTOFS_DEBUG("vflush failed with error %d", error);
|
||||
return (error);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue