mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #66381 from whytewolf/nice
[3006.x] remove nice log line
This commit is contained in:
commit
1e0ef25461
2 changed files with 1 additions and 1 deletions
1
changelog/66289.fixed.md
Normal file
1
changelog/66289.fixed.md
Normal file
|
@ -0,0 +1 @@
|
|||
removed log line that did nothing.
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue