mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
Silence down a warning that doesn't provide any useful information unless
debug is enabled. MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ae3fa78b9b
commit
45c3925d9d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273123
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user