summaryrefslogtreecommitdiffstats
path: root/usr.sbin/autofs
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-11-14 10:05:53 +0000
committertrasz <trasz@FreeBSD.org>2014-11-14 10:05:53 +0000
commitb4e4ada2c9ccaa706bc8ceec5a5887ced58867fb (patch)
tree34437fca862d51c655bffe023f7d50ecd660bcbe /usr.sbin/autofs
parent7d419d1926e8e938049c492deea25ec92827db69 (diff)
downloadFreeBSD-src-b4e4ada2c9ccaa706bc8ceec5a5887ced58867fb.zip
FreeBSD-src-b4e4ada2c9ccaa706bc8ceec5a5887ced58867fb.tar.gz
MFC r273123:
Silence down a warning that doesn't provide any useful information unless debug is enabled. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/autofs')
-rw-r--r--usr.sbin/autofs/automountd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/autofs/automountd.c b/usr.sbin/autofs/automountd.c
index b511103..7c40b6b 100644
--- a/usr.sbin/autofs/automountd.c
+++ b/usr.sbin/autofs/automountd.c
@@ -366,7 +366,7 @@ wait_for_children(bool block)
log_warnx("child process %d terminated with signal %d",
pid, WTERMSIG(status));
} else if (WEXITSTATUS(status) != 0) {
- log_warnx("child process %d terminated with exit status %d",
+ log_debugx("child process %d terminated with exit status %d",
pid, WEXITSTATUS(status));
} else {
log_debugx("child process %d terminated gracefully", pid);
OpenPOWER on IntegriCloud