Skip to content

Commit

Permalink
Incorrect text of verifier, should be agent (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaydawani committed May 9, 2020
1 parent db53181 commit 0b9fbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keylime/tenant.py
Expand Up @@ -687,7 +687,7 @@ def do_quote(self):
response = httpclient_requests.request("POST", "%s"%(self.cloudagent_ip), self.cloudagent_port, params=params, data=u_json_message)

if response == 503:
logger.error(f"Cannot connect to Verifier at {self.cloudverifier_ip} with Port {self.cloudverifier_port}. Connection refused.")
logger.error(f"Cannot connect to Agent at {self.cloudagent_ip} with Port {self.cloudagent_port}. Connection refused.")
exit()
elif response == 504:
logger.error(f"Verifier at {self.cloudverifier_ip} with Port {self.cloudverifier_port} timed out.")
Expand Down

0 comments on commit 0b9fbb5

Please sign in to comment.