Skip to content

Commit

Permalink
Merge pull request #66381 from whytewolf/nice
Browse files Browse the repository at this point in the history
[3006.x] remove nice log line
  • Loading branch information
twangboy authored Apr 17, 2024
2 parents 012d1fd + 698c736 commit 1e0ef25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelog/66289.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
removed log line that did nothing.
1 change: 0 additions & 1 deletion salt/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,6 @@ def run(self):
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(
Expand Down

0 comments on commit 1e0ef25

Please sign in to comment.