Skip to content

Commit

Permalink
(plugin_assessor_agent) Enhance debug by telling the ID the relayserv…
Browse files Browse the repository at this point in the history
…er matched
  • Loading branch information
neoclust committed Jun 7, 2021
1 parent ce9dd60 commit 3acab45
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ def Algorithm_Rule_Attribution_Agent_Relay_Server(objectxmpp,
if len(result1) > 0:
if showinfomachine:
logger.info("Applied rule : AD organized by machines")
logger.info("We matched the relayserver ID: %s" % result1)

result = XmppMasterDatabase().IpAndPortConnectionFromServerRelay(result1[0].id)
msg_log("AD organized by machine",
data['information']['info']['hostname'],
Expand Down

0 comments on commit 3acab45

Please sign in to comment.