Merge pull request #66381 from whytewolf/nice

[3006.x] remove nice log line
This commit is contained in:
Shane Lee 2024-04-17 10:39:16 -06:00 committed by GitHub
commit 1e0ef25461
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

1
changelog/66289.fixed.md Normal file
View file

@ -0,0 +1 @@
removed log line that did nothing.

View file

@ -1132,7 +1132,6 @@ class MWorker(salt.utils.process.SignalHandlingProcess):
log.info(
"%s decrementing inherited ReqServer niceness to 0", self.name
)
log.info(os.nice())
os.nice(-1 * self.opts["req_server_niceness"])
else:
log.error(