mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change log.error to log.info
This commit is contained in:
parent
5b2b6e826c
commit
48affbabd9
1 changed files with 2 additions and 2 deletions
|
@ -326,9 +326,9 @@ class RequestServer(salt.transport.base.DaemonizedRequestServer):
|
|||
)
|
||||
|
||||
log.info("Setting up the master communication server")
|
||||
log.error("ReqServer clients %s", self.uri)
|
||||
log.info("ReqServer clients %s", self.uri)
|
||||
self.clients.bind(self.uri)
|
||||
log.error("ReqServer workers %s", self.w_uri)
|
||||
log.info("ReqServer workers %s", self.w_uri)
|
||||
self.workers.bind(self.w_uri)
|
||||
|
||||
while True:
|
||||
|
|
Loading…
Add table
Reference in a new issue