mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-07 13:54:38 +02:00
Process: Remove log message from child process
This commit is contained in:
parent
20e8fe5ed3
commit
7930ae5094
@ -164,8 +164,8 @@ static Value ProcessSpawnImpl(struct msghdr *msgh, const Dictionary::Ptr& reques
|
|||||||
(void)close(fds[2]);
|
(void)close(fds[2]);
|
||||||
|
|
||||||
#ifdef HAVE_NICE
|
#ifdef HAVE_NICE
|
||||||
if (adjustPriority && nice(5) < 0)
|
if (adjustPriority)
|
||||||
Log(LogWarning, "base", "Failed to renice child process.");
|
nice(5);
|
||||||
#endif /* HAVE_NICE */
|
#endif /* HAVE_NICE */
|
||||||
|
|
||||||
sigset_t mask;
|
sigset_t mask;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user