Skip to content

Commit

Permalink
(connectionagent) Add a better message when starting the agent
Browse files Browse the repository at this point in the history
  • Loading branch information
neoclust committed Jan 7, 2025
1 parent 3b84030 commit 4e2e7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulse_xmpp_agent/connectionagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def __init__(self, conf):
conf.jidagent = f"{newjidconf[0]}@{resourcejid[0]}/{self.HostNameSystem}"
self.agentmaster = jid.JID("master@pulse")
self.session = ""
logger.info(f"start machine {conf.jidagent} Type {conf.agenttype}")
logger.info(f"Starting the {conf.agenttype} agent on {socket.gethostname()}")

# Time allocated for the assessor to provide a configuration
self.assessor_response_timeout = 120
Expand Down

0 comments on commit 4e2e7b4

Please sign in to comment.