Skip to content
Snippets Groups Projects
Commit cce5dbf0 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Reviewed code

parent 96359ef6
No related branches found
No related tags found
1 merge request!143Debug paas ci
......@@ -235,7 +235,7 @@ class Target:
self.id = res[0]['id']
self.in_use = res[0]['in_use']
msg = "Created target obj. "
msg += f"Name: {self.name}, id: {self.id}, ports: {self.ports}"
msg += f"Name: {self.name}, id: {self.id}, host: {self.host}"
logging.debug(msg)
else:
msg = "ERROR during Target creation. "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment