Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 17, 2023
1 parent a41432d commit 5ef06de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ async def handle_event(self, package):
log.info("Event monitor recieved rotate aes key event, rotating key.")
SMaster.rotate_cluster_secret(self.opts, owner=False)
else:
log.info("Ignore tag %s", tag)
log.trace("Unhandled tag %s", tag)

def run(self):
io_loop = tornado.ioloop.IOLoop()
Expand Down

0 comments on commit 5ef06de

Please sign in to comment.