More debugging
diff --git a/xos/synchronizers/fabric/steps/sync_vsgtenant.py b/xos/synchronizers/fabric/steps/sync_vsgtenant.py
index 1dd605e..8da2eb1 100644
--- a/xos/synchronizers/fabric/steps/sync_vsgtenant.py
+++ b/xos/synchronizers/fabric/steps/sync_vsgtenant.py
@@ -67,8 +67,9 @@
rest_json = json.dumps(data, indent=4)
- logger.error("object is %s" % fos)
+ logger.error("object is %s" % fos.name)
logger.error("rest_hostname is %s" % fos.rest_hostname)
+ logger.error("rest_port is %s" % fos.rest_port)
fields = {
'rest_hostname': fos.rest_hostname,